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 2.0.12 to 2.0.13

.prettierrc

15

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

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

"scripts": {
"bp": "tsc",
"play": "ts-node-dev --respawn tests/index.ts",

@@ -17,3 +16,3 @@ "test": "node JapaFile.js",

"watch": "tsc --watch",
"clt": "clt ts/prepare && clt ts/publish ./dist --tag next"
"prepublishOnly": "npx tsc"
},

@@ -34,4 +33,2 @@ "repository": {

"dependencies": {
"@types/node": "^16.6.1",
"@types/uuid": "^8.3.1",
"deep-object-diff": "^1.1.0",

@@ -45,2 +42,4 @@ "escape-string-regexp-node": "^1.0.2",

"devDependencies": {
"@types/node": "^16.6.1",
"@types/uuid": "^8.3.1",
"@types/chance": "^1.1.3",

@@ -58,2 +57,2 @@ "@types/lodash": "^4.14.172",

}
}
}
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