casbin-mongodb-adapter
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "casbin-mongodb-adapter", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Pure MongoDB adapter for Casbin", | ||
@@ -53,10 +53,8 @@ "main": "build/main/index.js", | ||
"dependencies": { | ||
"casbin": "^5.4.1", | ||
"logdown": "^3.3.1", | ||
"mongodb": "^3.6.4", | ||
"sha.js": "^2.4.11" | ||
}, | ||
"peerDependencies": { | ||
"casbin": "^5.4.1", | ||
"mongodb": "^3.6.4" | ||
"casbin": "^5.7.1", | ||
"mongodb": "^3.6.9" | ||
}, | ||
@@ -63,0 +61,0 @@ "devDependencies": { |
@@ -48,4 +48,4 @@ casbin-mongodb-adapter | ||
uri: 'mongodb://localhost:27017', | ||
collectionName: 'casbin', | ||
databaseName: 'node-casbin-official' | ||
collection: 'casbin', | ||
database: 'node-casbin-official' | ||
}); | ||
@@ -81,4 +81,4 @@ | ||
uri: 'mongodb://localhost:27017', | ||
collectionName: 'casbin', | ||
databaseName: 'node-casbin-official', | ||
collection: 'casbin', | ||
database: 'node-casbin-official', | ||
option: { | ||
@@ -85,0 +85,0 @@ ...mongoOptions |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
4
21102
15
0
2
- Removedcasbin@^5.4.1
- Removedmongodb@^3.6.4