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
2
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 2.1.1 to 2.1.2

6

lib/index.js

@@ -84,7 +84,3 @@ "use strict";

const versions = Object.keys(meta.versions);
const message = versions.length
? 'Versions in registry:\n' + versions.join(', ') + '\n'
: 'No valid version found.';
const err = new Error('No matching version found for ' +
toRaw_1.default(spec) + '\n' + message);
const err = new Error(`No matching version found for ${toRaw_1.default(spec)}`);
// tslint:disable:no-string-literal

@@ -91,0 +87,0 @@ err['code'] = 'ERR_PNPM_NO_MATCHING_VERSION';

2

package.json
{
"name": "@pnpm/npm-resolver",
"version": "2.1.1",
"version": "2.1.2",
"description": "Resolver for npm-hosted packages",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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