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.0.17
to
1.0.21
+4
-4
package.json
{
"name": "custompatch",
"version": "1.0.17",
"version": "1.0.21",
"description": "Tool for patching buggy NPM packages instead of forking them",

@@ -21,6 +21,6 @@ "author": "IVO GELOV",

"diff": "^4.0.2",
"pacote": ">=9.5.0",
"rimraf": ">=2.6.3",
"upath": ">=1.1.2"
"pacote": "^9.5.0",
"rimraf": "^2.6.3",
"upath": "^1.1.2"
}
}

@@ -46,3 +46,3 @@ # CustomPatch

This will create a folder called `patches` inside your project and a file called `name-of-the-buggy-package@version.patch` in this folder.
This will create a folder called `patches` inside your project and a file called `name-of-the-buggy-package#version.patch` in this folder.
This file will be a unified diff between your fixed version of the dependency and its original code.

@@ -63,3 +63,3 @@

```bash
patch -p1 -i patches/package-name@2.5.16.patch
patch -p1 -i patches/package-name#2.5.16.patch
```

@@ -66,0 +66,0 @@