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 8.0.1 to 8.0.2

lib/refIsLocalTarball.d.ts

1

lib/index.d.ts

@@ -8,3 +8,4 @@ import { refToRelative } from '@pnpm/dependency-path';

export { satisfiesPackageManifest } from './satisfiesPackageManifest';
export { refIsLocalTarball, refIsLocalDirectory } from './refIsLocalTarball';
export * from '@pnpm/lockfile-types';
export declare const getPkgShortId: typeof refToRelative;

5

lib/index.js

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.getPkgShortId = exports.satisfiesPackageManifest = exports.pkgSnapshotToResolution = exports.packageIsIndependent = exports.packageIdFromSnapshot = exports.nameVerFromPkgSnapshot = exports.extendProjectsWithTargetDirs = void 0;
exports.getPkgShortId = exports.refIsLocalDirectory = exports.refIsLocalTarball = exports.satisfiesPackageManifest = exports.pkgSnapshotToResolution = exports.packageIsIndependent = exports.packageIdFromSnapshot = exports.nameVerFromPkgSnapshot = exports.extendProjectsWithTargetDirs = void 0;
const dependency_path_1 = require("@pnpm/dependency-path");

@@ -32,2 +32,5 @@ var extendProjectsWithTargetDirs_1 = require("./extendProjectsWithTargetDirs");

Object.defineProperty(exports, "satisfiesPackageManifest", { enumerable: true, get: function () { return satisfiesPackageManifest_1.satisfiesPackageManifest; } });
var refIsLocalTarball_1 = require("./refIsLocalTarball");
Object.defineProperty(exports, "refIsLocalTarball", { enumerable: true, get: function () { return refIsLocalTarball_1.refIsLocalTarball; } });
Object.defineProperty(exports, "refIsLocalDirectory", { enumerable: true, get: function () { return refIsLocalTarball_1.refIsLocalDirectory; } });
__exportStar(require("@pnpm/lockfile-types"), exports);

@@ -34,0 +37,0 @@ // for backward compatibility

{
"name": "@pnpm/lockfile-utils",
"version": "8.0.1",
"version": "8.0.2",
"description": "Utils for dealing with pnpm-lock.yaml",

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

"yaml-tag": "1.1.0",
"@pnpm/lockfile-utils": "8.0.1"
"@pnpm/lockfile-utils": "8.0.2"
},

@@ -35,0 +35,0 @@ "dependencies": {

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