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.5 to 0.8.6

5

adapters/sql.js

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

query.$or.push({
[d]: options.query,
[d]: options.query.toString(),
});

@@ -373,2 +373,5 @@ }

}
// console.log('query', query);
// if(query.$or) throw new Error('find callee')
let queryOptions = {

@@ -375,0 +378,0 @@ where: query,

2

package.json

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

},
"version": "0.8.5",
"version": "0.8.6",
"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