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

@pnpm/npm-resolver

Package Overview
Dependencies
Maintainers
3
Versions
211
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/npm-resolver - npm Package Compare versions

Comparing version 3.0.7 to 3.0.8

4

lib/pickPackage.js

@@ -5,3 +5,3 @@ "use strict";

const getRegistryName = require("encode-registry");
const load_json_file_1 = require("load-json-file");
const loadJsonFile = require("load-json-file");
const p_limit_1 = require("p-limit");

@@ -111,3 +111,3 @@ const path = require("path");

try {
return await load_json_file_1.default(path.join(pkgMirror, metaFileName));
return await loadJsonFile(path.join(pkgMirror, metaFileName));
}

@@ -114,0 +114,0 @@ catch (err) {

{
"name": "@pnpm/npm-resolver",
"version": "3.0.7",
"version": "3.0.8",
"description": "Resolver for npm-hosted packages",

@@ -38,9 +38,6 @@ "main": "lib/index.js",

"@pnpm/types": "3.2.0",
"@types/load-json-file": "^2.0.7",
"@types/node": "*",
"@types/semver": "6.0.0",
"credentials-by-uri": "1.0.0",
"encode-registry": "1.1.0",
"fetch-from-npm-registry": "2.0.1",
"load-json-file": "5.3.0",
"fetch-from-npm-registry": "2.0.2",
"load-json-file": "6.0.0",
"mem": "4.3.0",

@@ -59,5 +56,7 @@ "normalize-path": "3.0.0",

"@pnpm/tslint-config": "0.0.0",
"@types/nock": "^9.1.1",
"@types/nock": "^10.0.0",
"@types/node": "*",
"@types/normalize-path": "^3.0.0",
"@types/path-exists": "^3.0.0",
"@types/semver": "6.0.0",
"@types/ssri": "^6.0.0",

@@ -64,0 +63,0 @@ "@types/tape": "^4.2.31",

Sorry, the diff of this file is not supported yet

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