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

mongoose-query-parser

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongoose-query-parser - npm Package Compare versions

Comparing version 1.1.6 to 1.1.7

.mocha.yml

15

package.json
{
"name": "mongoose-query-parser",
"version": "1.1.6",
"version": "1.1.7",
"description": "Convert url query string to MongooseJs friendly query object including advanced filtering, sorting, population, string template, type casting and many more...",

@@ -11,4 +11,3 @@ "main": "./lib/index.js",

"prepublishOnly": "npm run compile",
"pretest": "npm run compile",
"test": "mocha ./lib/**/*.spec.js",
"test": "mocha --config '.mocha.yml'",
"lint": "tslint src/**/*.ts"

@@ -35,6 +34,6 @@ },

"@testdeck/mocha": "^0.1.0",
"@types/chai": "^4.1.4",
"@types/chai": "^4.2.11",
"@types/lodash": "^4.14.157",
"@types/mocha": "^5.2.5",
"@types/node": "^14.0.14",
"@types/mocha": "^8.0.0",
"@types/node": "^14.0.23",
"chai": "^4.2.0",

@@ -45,8 +44,8 @@ "mocha": "^8.0.1",

"tslint": "^6.1.2",
"typescript": "^3.9.5"
"typescript": "^3.9.7"
},
"dependencies": {
"lodash": "^4.17.15",
"lodash": "^4.17.19",
"moment": "^2.27.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