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

east-mongo

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

east-mongo - npm Package Compare versions

Comparing version 0.1.2 to 0.2.0

LICENSE.txt

38

package.json
{
"name": "east-mongo",
"description": "mongodb adapter for \"east\" (node.js database migration tool)",
"version": "0.1.2",
"author": "Oleg Korobenko <oleg.korobenko@gmail.com>",
"repository": {
"type": "git",
"url": "git://github.com/okv/east-mongo.git"
},
"main": "./lib/adapter",
"keywords": [
"database", "db", "migrate", "mongo", "mongodb"
],
"dependencies": {
"mongodb": ">=1.3.0"
}
"name": "east-mongo",
"description": "mongodb adapter for east (node.js database migration tool)",
"version": "0.2.0",
"author": "Oleg Korobenko <oleg.korobenko@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/okv/east-mongo.git"
},
"main": "./lib/adapter",
"keywords": [
"database",
"db",
"migrate",
"mongo",
"mongodb"
],
"peerDependencies": {
"mongodb": ">=1.3.0"
},
"devDependencies": {
"mongodb": ">=1.3.0"
}
}
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