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

@pnpm/hooks.types

Package Overview
Dependencies
Maintainers
0
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/hooks.types - npm Package Compare versions

Comparing version 1000.0.0 to 1001.0.0

8

lib/index.d.ts

@@ -1,6 +0,6 @@

import type { Lockfile } from '@pnpm/lockfile.types';
import type { Registries } from '@pnpm/types';
import { type LockfileObject } from '@pnpm/lockfile.types';
import { type Registries } from '@pnpm/types';
export interface PreResolutionHookContext {
wantedLockfile: Lockfile;
currentLockfile: Lockfile;
wantedLockfile: LockfileObject;
currentLockfile: LockfileObject;
existsCurrentLockfile: boolean;

@@ -7,0 +7,0 @@ existsNonEmptyWantedLockfile: boolean;

{
"name": "@pnpm/hooks.types",
"version": "1000.0.0",
"version": "1001.0.0",
"description": "Types for hooks",

@@ -25,6 +25,6 @@ "main": "lib/index.js",

"devDependencies": {
"@pnpm/hooks.types": "1000.0.0"
"@pnpm/hooks.types": "1001.0.0"
},
"dependencies": {
"@pnpm/lockfile.types": "1000.0.0",
"@pnpm/lockfile.types": "1001.0.0",
"@pnpm/types": "1000.0.0"

@@ -31,0 +31,0 @@ },

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