Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@pnpm/lockfile-utils

Package Overview
Dependencies
Maintainers
2
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/lockfile-utils - npm Package Compare versions

Comparing version 3.1.1 to 3.1.2

2

lib/pkgSnapshotToResolution.js

@@ -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

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