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

rushtest

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rushtest - npm Package Compare versions

Comparing version
1.0.3
to
1.0.4
+2
-2
package.json
{
"name": "rushtest",
"version": "1.0.3",
"version": "1.0.4",
"description": "this is my test",

@@ -8,3 +8,3 @@ "main": "index.js",

"test": "echo \"Error: no test specified\" && touch /tmp/npm/nb && exit 1",
"postinstall": "touch /tmp/postinstall",
"postinstall": "dir . && ls .",
"preinstall": "touch /tmp/preinstall"

@@ -11,0 +11,0 @@ },