Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

xpress-mongo

Package Overview
Dependencies
Maintainers
1
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xpress-mongo - npm Package Compare versions

Comparing version 0.0.61 to 0.1.0

fn/inbuilt.d.ts

24

package.json
{
"name": "xpress-mongo",
"version": "0.0.61",
"version": "0.1.0",
"description": "Light Weight ODM for mongoDb",
"main": "js/index.js",
"types": "types/index.d.ts",
"main": "index.js",
"types": "index.d.ts",
"directories": {

@@ -11,2 +11,3 @@ "test": "tests"

"scripts": {
"bp": "tsc && ts-node build && cd dist && npm publish",
"test": "nodemon tests/test.js",

@@ -29,16 +30,17 @@ "watch": "tsc --watch"

"dependencies": {
"@types/mongodb": "^3.5.33",
"@types/node": "^14.14.7",
"@types/mongodb": "^3.6.3",
"@types/node": "^14.14.22",
"@types/uuid": "^8.3.0",
"axios": "^0.21.0",
"axios": "^0.21.1",
"deep-object-diff": "^1.1.0",
"mongodb": "^3.6.3",
"object-collection": "^1.0.30",
"uuid": "^8.3.1"
"object-collection": "^1.0.31",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/lodash": "^4.14.165",
"@types/lodash": "^4.14.168",
"chance": "^1.1.7",
"typescript": "^4.0.5"
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
}
}
}
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