Socket
Socket
Sign inDemoInstall

@pnpm/lockfile-types

Package Overview
Dependencies
Maintainers
2
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/lockfile-types - npm Package Compare versions

Comparing version 4.3.5 to 4.3.6

10

lib/index.d.ts

@@ -49,4 +49,4 @@ import { DependenciesMeta, PatchFile } from '@pnpm/types';

}
export declare type Resolution = TarballResolution | GitRepositoryResolution | DirectoryResolution;
export declare type LockfileResolution = Resolution | {
export type Resolution = TarballResolution | GitRepositoryResolution | DirectoryResolution;
export type LockfileResolution = Resolution | {
integrity: string;

@@ -88,3 +88,3 @@ };

}
export declare type PackageBin = string | {
export type PackageBin = string | {
[name: string]: string;

@@ -97,4 +97,2 @@ };

*/
export interface ResolvedDependencies {
[depName: string]: string;
}
export type ResolvedDependencies = Record<string, string>;

10

package.json
{
"name": "@pnpm/lockfile-types",
"version": "4.3.5",
"version": "4.3.6",
"description": "Types for the pnpm-lock.yaml lockfile",

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

],
"repository": "https://github.com/pnpm/pnpm/blob/main/packages/lockfile-types",
"repository": "https://github.com/pnpm/pnpm/blob/main/lockfile/lockfile-types",
"keywords": [

@@ -25,9 +25,9 @@ "pnpm7",

},
"homepage": "https://github.com/pnpm/pnpm/blob/main/packages/lockfile-types#readme",
"homepage": "https://github.com/pnpm/pnpm/blob/main/lockfile/lockfile-types#readme",
"funding": "https://opencollective.com/pnpm",
"dependencies": {
"@pnpm/types": "8.9.0"
"@pnpm/types": "8.10.0"
},
"devDependencies": {
"@pnpm/lockfile-types": "4.3.5"
"@pnpm/lockfile-types": "4.3.6"
},

@@ -34,0 +34,0 @@ "exports": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc