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

registry-sync

Package Overview
Dependencies
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

registry-sync - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

10

package.json
{
"name": "registry-sync",
"version": "2.0.3",
"version": "2.0.4",
"description": "synchronize a remote npm registry for private use",

@@ -19,4 +19,4 @@ "repository": "https://github.com/heikkipora/registry-sync",

"bluebird": "3.5.1",
"commander": "2.13.0",
"lodash": "4.17.4",
"commander": "2.14.1",
"lodash": "4.17.5",
"mkdirp": "0.5.1",

@@ -27,3 +27,3 @@ "request": "2.83.0",

"semver": "5.5.0",
"ssri": "5.1.0",
"ssri": "5.2.1",
"streamifier": "0.1.1",

@@ -42,3 +42,3 @@ "tar-fs": "1.16.0"

"chai": "4.1.2",
"eslint": "4.16.0",
"eslint": "4.17.0",
"eslint-plugin-mocha": "4.11.0",

@@ -45,0 +45,0 @@ "express": "4.16.2",

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

var concurrency = 1;
function downloadAll(packages, _ref) {

@@ -303,3 +301,3 @@ var localUrl = _ref.localUrl,

var downloadFromRegistry = download.bind(null, registryUrl, localUrl, rootFolder, prebuiltBinaryProperties);
return _bluebird2.default.map(packages, downloadFromRegistry, { concurrency: concurrency });
return _bluebird2.default.mapSeries(packages, downloadFromRegistry);
}

@@ -306,0 +304,0 @@

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