UNPKG
mongo-oplog
Version:
latest (2.1.4)
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.2
2.0.1
2.0.0
1.1.0
1.0.1
1.0.0
1.0.0-rc.1
0.2.1
0.2.0
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Watch mongodb oplog in a simple way
github.com/cayasso/mongo-oplog
cayasso/mongo-oplog
mongo-oplog
/
.babelrc
11 lines
(10 loc)
•
138 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"plugins"
:
[
"transform-object-rest-spread"
]
,
"presets"
:
[
[
"env"
,
{
"targets"
:
{
"node"
:
"6"
}
}
]
]
}