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

@pnpm/lockfile-utils

Package Overview
Dependencies
Maintainers
3
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 2.0.5 to 2.0.6

4

lib/satisfiesPackageManifest.d.ts
import { Lockfile } from '@pnpm/lockfile-types';
import { ImporterManifest } from '@pnpm/types';
declare const _default: (lockfile: Lockfile, pkg: ImporterManifest, importerId: string) => boolean;
import { ProjectManifest } from '@pnpm/types';
declare const _default: (lockfile: Lockfile, pkg: ProjectManifest, importerId: string) => boolean;
export default _default;
{
"name": "@pnpm/lockfile-utils",
"version": "2.0.5",
"version": "2.0.6",
"description": "Utils for dealing with pnpm-lock.yaml",

@@ -14,4 +14,4 @@ "main": "lib/index.js",

"scripts": {
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts",
"test": "pnpm run tsc && pnpm run lint && ts-node test --type-check",
"lint": "tslint -c ../../tslint.json src/**/*.ts test/**/*.ts",
"test": "pnpm run tsc && ts-node test --type-check",
"tsc": "rimraf lib && tsc",

@@ -39,5 +39,4 @@ "prepublishOnly": "pnpm run tsc"

"@types/js-yaml": "^3.12.1",
"@types/ramda": "^0.26.38",
"@types/ramda": "^0.26.39",
"rimraf": "3.0.0",
"tape": "4.11.0",
"tempy": "0.3.0",

@@ -48,6 +47,6 @@ "write-yaml-file": "3.0.1",

"dependencies": {
"@pnpm/lockfile-types": "1.1.0",
"@pnpm/resolver-base": "6.0.0",
"@pnpm/types": "4.0.0",
"dependency-path": "4.0.2",
"@pnpm/lockfile-types": "2.0.0",
"@pnpm/resolver-base": "7.0.0",
"@pnpm/types": "5.0.0",
"dependency-path": "4.0.3",
"get-npm-tarball-url": "2.0.1",

@@ -54,0 +53,0 @@ "ramda": "0.26.1"

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