custompatch
Advanced tools
+1
-1
| #!/usr/bin/env node | ||
| // package.json | ||
| var version = "1.1.6"; | ||
| var version = "1.1.7"; | ||
@@ -6,0 +6,0 @@ // src/index.js |
+8
-3
| { | ||
| "name": "custompatch", | ||
| "version": "1.1.6", | ||
| "version": "1.1.7", | ||
| "description": "Tool for patching buggy NPM packages instead of forking them", | ||
@@ -8,4 +8,9 @@ "author": "IVO GELOV", | ||
| "license": "BSD-3-Clause", | ||
| "repository": "github:tmcdos/custompatch", | ||
| "bin": "./index.mjs", | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "git+https://github.com/tmcdos/custompatch.git" | ||
| }, | ||
| "bin": { | ||
| "custompatch": "index.mjs" | ||
| }, | ||
| "scripts": { | ||
@@ -12,0 +17,0 @@ "build": "esbuild ./src/index.js --bundle --platform=node --format=esm --target=es2020,node16 --packages=external --outfile=index.mjs", |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
51631
0.16%1
-50%