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

@pnpm/lifecycle

Package Overview
Dependencies
Maintainers
3
Versions
155
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/lifecycle - npm Package Compare versions

Comparing version 8.0.1 to 8.0.2

4

lib/runLifecycleHook.d.ts

@@ -1,3 +0,3 @@

import { DependencyManifest, ImporterManifest } from '@pnpm/types';
export default function runLifecycleHook(stage: string, manifest: ImporterManifest | DependencyManifest, opts: {
import { DependencyManifest, ProjectManifest } from '@pnpm/types';
export default function runLifecycleHook(stage: string, manifest: ProjectManifest | DependencyManifest, opts: {
args?: string[];

@@ -4,0 +4,0 @@ depPath: string;

@@ -1,5 +0,5 @@

import { ImporterManifest } from '@pnpm/types';
import { ProjectManifest } from '@pnpm/types';
export default function runLifecycleHooksConcurrently(stages: string[], importers: Array<{
buildIndex: number;
manifest: ImporterManifest;
manifest: ProjectManifest;
rootDir: string;

@@ -6,0 +6,0 @@ modulesDir: string;

{
"name": "@pnpm/lifecycle",
"version": "8.0.1",
"version": "8.0.2",
"description": "Package lifecycle hook runner",

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

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

@@ -37,8 +37,8 @@ "fix": "tslint -c tslint.json src/**/*.ts test/**/*.ts --fix"

"dependencies": {
"@pnpm/core-loggers": "4.0.0",
"@pnpm/read-package-json": "3.0.1",
"@pnpm/types": "4.0.0",
"@pnpm/core-loggers": "4.0.1",
"@pnpm/read-package-json": "3.0.2",
"@pnpm/types": "5.0.0",
"@zkochan/npm-lifecycle": "3.1.4",
"path-exists": "4.0.0",
"run-groups": "2.0.1"
"run-groups": "2.0.2"
},

@@ -51,5 +51,4 @@ "devDependencies": {

"load-json-file": "6.2.0",
"rimraf": "3.0.0",
"tape": "4.11.0"
"rimraf": "3.0.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