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

periodicjs.core.data

Package Overview
Dependencies
Maintainers
2
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

periodicjs.core.data - npm Package Compare versions

Comparing version 0.8.4 to 0.8.5

4

adapters/sql.js

@@ -490,3 +490,3 @@ 'use strict';

} else if (options.track_changes) {
return this.load({ docid: options.id, });
return this.load({ query: options.id, });
} else {

@@ -745,3 +745,3 @@ return {};

// console.log('options', options);
this.docid = options.docid || 'id';
this.docid = options.docid || '_id';
this.jsonify_results = (typeof options.jsonify_results === 'boolean') ? options.jsonify_results : true;

@@ -748,0 +748,0 @@ // console.log('Object.keys(options.model)',Object.keys(options.model))

@@ -97,4 +97,4 @@ {

},
"version": "0.8.4",
"version": "0.8.5",
"license": "MIT"
}
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