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 1.2.4 to 1.2.5

2

lib/load.js

@@ -40,2 +40,4 @@ 'use strict';

self.options.concurrency = options.concurrency || 1;
self.options.delay = options.delay || undefined;
self.options.maxFileSize = self.options.maxFileSize || undefined;
self.options.directory = self.directory; // for tingodb

@@ -42,0 +44,0 @@ self.options.dateConfig = options.dateConfig || null;

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

self.options.concurrency = options.concurrency || 1;
self.options.delay = options.delay || 1000;
self.options.match = options.match || { matchBase: true };

@@ -30,0 +31,0 @@ self.handlers = [];

2

lib/sync.js

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

self.options.concurrency = options.concurrency || 1;
self.options.maxFileSize = options.maxFileSize || '128mb';
self.options.maxFileSize = options.maxFileSize || false;
self.options.delay = options.delay || 1000;

@@ -33,0 +33,0 @@ self.options.synckey = options.synckey || null;

{
"name": "castor-load",
"version": "1.2.4",
"version": "1.2.5",
"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