🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

skip-local-postinstall

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

skip-local-postinstall - npm Package Compare versions

Comparing version

to
2.0.2

2

CHANGELOG.md

@@ -5,2 +5,4 @@ # Changelog

### [2.0.2](https://github.com/tobua/skip-local-postinstall/compare/v2.0.1...v2.0.2) (2021-03-20)
### [2.0.1](https://github.com/tobua/skip-local-postinstall/compare/v2.0.0...v2.0.1) (2021-03-16)

@@ -7,0 +9,0 @@

12

package.json
{
"name": "skip-local-postinstall",
"description": "Skip postinstall on local npm installs.",
"version": "2.0.1",
"version": "2.0.2",
"repository": "github:tobua/skip-local-postinstall",
"scripts": {
"build": "padua build",
"start": "padua watch"
},
"license": "MIT",
"author": "Matthias Giger",
"padua": {

@@ -18,3 +16,3 @@ "source": true

"source": "./index.js",
"types": "./index.d.ts",
"types": "index.d.ts",
"files": [

@@ -25,3 +23,3 @@ "**/*.js",

"devDependencies": {
"padua": "^0.3.2"
"padua": "^0.3.4"
},

@@ -28,0 +26,0 @@ "prettier": "padua/configuration/.prettierrc.json",

@@ -26,3 +26,3 @@ # skip-local-postinstall

In cases where you want a compiled postinstall script (i.e. source in TypeScript) this plugin also includes a bin script. It's arguments will be passed directly to the `node` command and can include additional arguments apart from the file to run.
In cases where you want to run a postinstall script for compiled files (i.e. source in TypeScript) the file will not be there when installing the package locally. To address that this plugin also includes a bin script. It's arguments will be passed directly to the `node` command and can include additional arguments apart from the file to run.

@@ -29,0 +29,0 @@ ```js