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 6.1.1 to 6.1.2

1

lib/index.js

@@ -40,2 +40,1 @@ "use strict";

}
//# sourceMappingURL=index.js.map

@@ -82,2 +82,1 @@ "use strict";

}
//# sourceMappingURL=runLifecycleHook.js.map

@@ -37,2 +37,1 @@ "use strict";

exports.default = runLifecycleHooksConcurrently;
//# sourceMappingURL=runLifecycleHooksConcurrently.js.map

28

package.json
{
"name": "@pnpm/lifecycle",
"version": "6.1.1",
"version": "6.1.2",
"description": "Package lifecycle hook runner",

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

"tsc": "rimraf lib && tsc",
"test": "pnpm run lint && pnpm run tsc && ts-node test --type-check && mos t",
"md": "mos",
"test": "pnpm run lint && pnpm run tsc && ts-node test --type-check",
"prepublishOnly": "pnpm run tsc",

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

"dependencies": {
"@pnpm/core-loggers": "3.0.2",
"@pnpm/core-loggers": "3.0.3",
"@pnpm/read-package-json": "2.0.2",

@@ -48,25 +47,12 @@ "@pnpm/types": "3.2.0",

"@pnpm/lifecycle": "link:",
"@pnpm/logger": "2.1.0",
"@pnpm/tslint-config": "0.0.0",
"@types/node": "*",
"@pnpm/logger": "2.1.1",
"@types/rimraf": "2.0.2",
"@types/tape": "4.2.33",
"json-append": "1.1.1",
"load-json-file": "6.0.0",
"mos": "2.0.0-alpha.3",
"mos-plugin-readme": "1.0.4",
"rimraf": "2.6.3",
"tape": "4.10.1",
"ts-node": "8.1.0",
"tslint": "5.16.0",
"tape": "4.10.2",
"ts-node": "8.2.0",
"tslint": "5.17.0",
"typescript": "3.4.5"
},
"mos": {
"plugins": [
"readme"
],
"installation": {
"useShortAlias": true
}
}
}

@@ -12,3 +12,3 @@ # @pnpm/lifecycle

```sh
npm i -S @pnpm/logger @pnpm/lifecycle
<pnpm|npm|yarn> add @pnpm/logger @pnpm/lifecycle
```

@@ -51,2 +51,2 @@

[MIT](./LICENSE) © [Zoltan Kochan](https://www.kochan.io/)
MIT © [Zoltan Kochan](https://www.kochan.io/)

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