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.0.0 to 1.0.1

lib/index.d.ts

17

package.json
{
"name": "mongoose-query-parser",
"version": "1.0.0",
"version": "1.0.1",
"description": "Convert url query string to MongooseJs friendly query object including advanced filtering, sorting, population, string template, type casting and many more...",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"scripts": {
"compile": "rimraf dist && tsc",
"compile": "rimraf lib && tsc",
"prepublish": "npm run compile",
"pretest": "npm run compile",
"test": "mocha ./dist/**/*.spec.js"
"test": "mocha ./lib/**/*.spec.js"
},

@@ -19,5 +19,6 @@ "repository": {

"querystring",
"mongodb query",
"mongoose query",
"querystring parser"
"mongodb",
"mongoose",
"parser",
"url"
],

@@ -24,0 +25,0 @@ "author": "Leodinas Hao",

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