You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

custompatch

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

custompatch - npm Package Compare versions

Comparing version
1.1.6
to
1.1.7
+1
-1
index.mjs
#!/usr/bin/env node
// package.json
var version = "1.1.6";
var version = "1.1.7";

@@ -6,0 +6,0 @@ // src/index.js

{
"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",