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.3 to 1.1.4

8

lib/test.spec.js

@@ -26,4 +26,4 @@ "use strict";

while (_) try {
if (f = 1, y && (t = y[op[0] & 2 ? "return" : op[0] ? "throw" : "next"]) && !(t = t.call(y, op[1])).done) return t;
if (y = 0, t) op = [0, t.value];
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
if (y = 0, t) op = [op[0] & 2, t.value];
switch (op[0]) {

@@ -163,3 +163,3 @@ case 0: case 1: t = op; break;

__decorate([
mocha_typescript_1.test('built in casters'),
mocha_typescript_1.test('should parse built in casters'),
__metadata("design:type", Function),

@@ -170,3 +170,3 @@ __metadata("design:paramtypes", []),

__decorate([
mocha_typescript_1.test('should parse caster'),
mocha_typescript_1.test('should parse custom caster'),
__metadata("design:type", Function),

@@ -173,0 +173,0 @@ __metadata("design:paramtypes", []),

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

@@ -33,18 +33,18 @@ "main": "./lib/index.js",

"devDependencies": {
"@types/chai": "4.1.3",
"@types/lodash": "4.14.109",
"@types/mocha": "2.2.43",
"@types/node": "8.0.31",
"chai": "4.1.2",
"mocha": "5.2.0",
"mocha-typescript": "1.1.16",
"rimraf": "2.6.2",
"ts-node": "6.1.0",
"tslint": "5.10.0",
"typescript": "2.9.1"
"@types/chai": "^4.1.4",
"@types/lodash": "^4.14.116",
"@types/mocha": "^5.2.5",
"@types/node": "^10.9.4",
"chai": "^4.1.2",
"mocha": "^5.2.0",
"mocha-typescript": "^1.1.17",
"rimraf": "^2.6.2",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"typescript": "^3.0.3"
},
"dependencies": {
"lodash": "4.17.10",
"moment": "2.22.2"
"lodash": "^4.17.10",
"moment": "^2.22.2"
}
}
}
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