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

bluefeather

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bluefeather - npm Package Compare versions

Comparing version

to
2.4.1

2

dist/map.js

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

concurrency = configuration.concurrency || Infinity;
concurrency = configuration && configuration.concurrency || Infinity;

@@ -18,0 +18,0 @@ // eslint-disable-next-line no-process-env

@@ -64,3 +64,3 @@ {

},
"version": "2.4.0",
"version": "2.4.1",
"dependencies": {

@@ -67,0 +67,0 @@ "bluebird": "^3.5.0"

@@ -21,3 +21,3 @@ // @flow

concurrency = configuration.concurrency || Infinity;
concurrency = configuration && configuration.concurrency || Infinity;

@@ -24,0 +24,0 @@ // eslint-disable-next-line no-process-env

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet