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.6.0 to 1.6.1

2

lib/Extensions/DatabaseSync.js

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

} else if ((!databaseModelVersion && options.ignoreMissingVersion) || options.force) {
return store.syncSchema();
return store.syncSchema(options);
} else {

@@ -36,0 +36,0 @@ migrations = objectModel.getMigrationsFrom(databaseModelVersion);

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

if (err) {
return callback(err);
return reject(err);
}

@@ -718,0 +718,0 @@ return _this.createSchemaQueries(options, transaction, function(err, queries) {

{
"name": "js-core-data",
"description": "ORM inspired by Apple's Objective-C CoreData",
"version": "1.6.0",
"version": "1.6.1",
"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

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