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

castor-load

Package Overview
Dependencies
Maintainers
2
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

castor-load - npm Package Compare versions

Comparing version 4.3.2 to 4.3.3

dataset/10/4lines.log

2

lib/sync.js

@@ -243,3 +243,3 @@ /*jshint node:true,laxcomma:true*/

var doc = file.get();
var selector = { fid: doc.fid };
var selector = { fid: doc.fid, state: { $ne: 'deleted' } };

@@ -246,0 +246,0 @@ if (mongoDoc.state == 'inserting') { return self.mount(file, 'insert', next); }

{
"name": "castor-load",
"version": "4.3.2",
"version": "4.3.3",
"author": "Nicolas Thouvenin <nthouvenin@gmail.com>",

@@ -5,0 +5,0 @@ "contributors": [

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