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

@pnpm/tarball-resolver

Package Overview
Dependencies
Maintainers
3
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/tarball-resolver - npm Package Compare versions

Comparing version 4.0.8 to 5.0.0

12

CHANGELOG.md
# @pnpm/tarball-resolver
## 5.0.0
### Major Changes
- 97b986fbc: Node.js 10 support is dropped. At least Node.js 12.17 is required for the package to work.
### Patch Changes
- 992820161: The ID of a tarball dependency should not contain colons, when the URL has a port. The colon should be escaped with a plus sign.
- Updated dependencies [97b986fbc]
- @pnpm/resolver-base@8.0.0
## 4.0.8

@@ -4,0 +16,0 @@

9

package.json
{
"name": "@pnpm/tarball-resolver",
"version": "4.0.8",
"version": "5.0.0",
"description": "Resolver for tarball dependencies",

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

"engines": {
"node": ">=10.16"
"node": ">=12.17"
},

@@ -21,6 +21,5 @@ "scripts": {

"prepublishOnly": "pnpm run compile",
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build"
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix"
},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/tarball-resolver",
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",
"license": "MIT",

@@ -32,5 +31,5 @@ "bugs": {

"dependencies": {
"@pnpm/resolver-base": "7.1.1"
"@pnpm/resolver-base": "8.0.0"
},
"funding": "https://opencollective.com/pnpm"
}

@@ -37,2 +37,2 @@ # @pnpm/tarball-resolver

MIT © [Zoltan Kochan](https://www.kochan.io/)
MIT

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