New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

textdiff-patch

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

textdiff-patch - npm Package Compare versions

Comparing version
1.1.5
to
1.1.6
+5
-5
package.json
{
"name": "textdiff-patch",
"version": "1.1.5",
"version": "1.1.6",
"description": "Apply lean text diff delta patches created by textdiff-create.",

@@ -35,10 +35,10 @@ "main": "index.js",

"devDependencies": {
"@types/node": "^20.3.3",
"eslint": "^8.44.0",
"@types/node": "^20.4.5",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-prettier": "^5.0.0",
"mocha": "^10.2.0",
"prettier": "^2.8.8",
"prettier": "^3.0.0",
"should": "^13.2.3"
}
}