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

lucis-api-query

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lucis-api-query - npm Package Compare versions

Comparing version 0.6.4 to 0.6.5

6

index.js

@@ -1,2 +0,2 @@

const jsonpatch = require('fast-json-patch');
const jsonpatch = require('json-patch-mongoose');

@@ -252,3 +252,3 @@ function pluginMongoose (schema) {

}
jsonpatch.applyPatch(entidade, patches);
jsonpatch.apply(entidade, patches);
const validacao = entidade.validateSync();

@@ -264,3 +264,3 @@

}
return callback(null, entidade)
return callback(null, entidade);
});

@@ -267,0 +267,0 @@ });

{
"name": "lucis-api-query",
"version": "0.6.4",
"version": "0.6.5",
"description": "Adaptação do mongoose-api-query para necessidades mais comuns",

@@ -12,4 +12,4 @@ "main": "index.js",

"dependencies": {
"fast-json-patch": "^2.0.6"
"json-patch-mongoose": "^0.5.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