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.9.0 to 1.9.1

1

lib/CoreData.js

@@ -273,2 +273,3 @@ // Generated by CoffeeScript 1.10.0

res.locals.context = context;
context.locals.req = req;
// deprecated

@@ -275,0 +276,0 @@ req.context = context;

@@ -15,2 +15,3 @@ const ManagedObject = require("./ManagedObject");

super();
this.locals = {};
this.storeCoordinator = storeCoordinator;

@@ -17,0 +18,0 @@ this.insertedObjects = [];

2

package.json
{
"name": "js-core-data",
"description": "ORM inspired by Apple's Objective-C CoreData",
"version": "1.9.0",
"version": "1.9.1",
"license": "MIT",

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

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