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
212
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 5.0.2 to 5.0.3

5

lib/index.js

@@ -180,3 +180,6 @@ "use strict";

case 'range':
return semver.maxSatisfying(localVersions, spec.fetchSpec, true);
return semver.maxSatisfying(localVersions, spec.fetchSpec, {
includePrerelease: true,
loose: true,
});
default:

@@ -183,0 +186,0 @@ return null;

2

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

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

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