Socket
Socket
Sign inDemoInstall

@pnpm/tarball-resolver

Package Overview
Dependencies
2
Maintainers
2
Versions
62
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.0.8 to 9.0.0

2

lib/index.js

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

return {
id: `@${wantedDependency.pref.replace(/^.*:\/\/(git@)?/, '').replace(':', '+')}`,
id: wantedDependency.pref,
normalizedPref: wantedDependency.pref,

@@ -14,0 +14,0 @@ resolution: {

{
"name": "@pnpm/tarball-resolver",
"version": "8.0.8",
"version": "9.0.0",
"description": "Resolver for tarball dependencies",

@@ -12,3 +12,3 @@ "main": "lib/index.js",

"engines": {
"node": ">=16.14"
"node": ">=18.12"
},

@@ -22,10 +22,10 @@ "repository": "https://github.com/pnpm/pnpm/blob/main/resolving/tarball-resolver",

"dependencies": {
"@pnpm/resolver-base": "11.1.0"
"@pnpm/resolver-base": "12.0.0"
},
"funding": "https://opencollective.com/pnpm",
"keywords": [
"pnpm8"
"pnpm9"
],
"devDependencies": {
"@pnpm/tarball-resolver": "8.0.8"
"@pnpm/tarball-resolver": "9.0.0"
},

@@ -32,0 +32,0 @@ "exports": {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc