@pnpm/lockfile-utils
Advanced tools
Comparing version 3.1.1 to 3.1.2
@@ -44,3 +44,3 @@ "use strict"; | ||
else { | ||
tarball = new url_1.default.URL(pkgSnapshot.resolution['tarball'], registry).toString(); | ||
tarball = new url_1.default.URL(pkgSnapshot.resolution['tarball'], registry.endsWith('/') ? registry : `${registry}/`).toString(); | ||
} | ||
@@ -47,0 +47,0 @@ return { |
{ | ||
"name": "@pnpm/lockfile-utils", | ||
"version": "3.1.1", | ||
"version": "3.1.2", | ||
"description": "Utils for dealing with pnpm-lock.yaml", | ||
@@ -38,3 +38,3 @@ "main": "lib/index.js", | ||
"dependency-path": "8.0.6", | ||
"get-npm-tarball-url": "^2.0.2", | ||
"get-npm-tarball-url": "^2.0.3", | ||
"ramda": "^0.27.1" | ||
@@ -41,0 +41,0 @@ }, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22592
Updatedget-npm-tarball-url@^2.0.3