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.8.0 to 0.8.1

6

index.js

@@ -45,3 +45,7 @@ const jsonpatch = require('json-patch-mongoose');

};
if (matches = lcKey.match(/(.+)\.(.+)/)) {
/**
* FIXME: Na verdade, após a adição do false, aparentemente o problema de buscar em objetos embedded
* se consertou. Agora, o mongoose registra os campos inner como campos do próprio schema.
*/
if (matches = lcKey.match(/(.+)\.(.+)/) && false ) {
// parse subschema

@@ -48,0 +52,0 @@ if (schema.paths[matches[1]].constructor.name === "DocumentArray" ||

2

package.json
{
"name": "lucis-api-query",
"version": "0.8.0",
"version": "0.8.1",
"description": "Adaptação do mongoose-api-query para necessidades mais comuns",

@@ -5,0 +5,0 @@ "main": "index.js",

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