New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

casbin-mongodb-adapter

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

casbin-mongodb-adapter - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

8

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc