New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

js-core-data

Package Overview
Dependencies
Maintainers
1
Versions
176
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-core-data - npm Package Compare versions

Comparing version 1.4.8 to 1.4.9

2

lib/stores/Defaults/MySQLStore.js

@@ -280,3 +280,3 @@ // Generated by CoffeeScript 1.10.0

var query;
query = 'INSERT INTO ' + tableName + ' (`_id`) VALUES (NULL)';
query = 'INSERT INTO `' + tableName + '` (`_id`) VALUES (NULL)';
return this.execute(query, function(err, result) {

@@ -283,0 +283,0 @@ if (err) {

@@ -271,3 +271,3 @@ // Generated by CoffeeScript 1.10.0

var query;
query = 'INSERT INTO ' + tableName + ' ("_id") VALUES (DEFAULT) RETURNING "_id"';
query = 'INSERT INTO "' + tableName + '" ("_id") VALUES (DEFAULT) RETURNING "_id"';
return this.connection.query(query, function(err, result) {

@@ -274,0 +274,0 @@ if (err) {

@@ -324,3 +324,3 @@ // Generated by CoffeeScript 1.10.0

var query;
query = 'INSERT INTO ' + tableName + ' (`_id`) VALUES (NULL)';
query = 'INSERT INTO `' + tableName + '` (`_id`) VALUES (NULL)';
this.log(query);

@@ -327,0 +327,0 @@ return this.connection.run(query, function(err) {

{
"name": "js-core-data",
"description": "ORM inspired by Apple's Objective-C CoreData",
"version": "1.4.8",
"version": "1.4.9",
"license": "MIT",

@@ -6,0 +6,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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