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

devrun

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

devrun - npm Package Compare versions

Comparing version
0.1.0
to
0.1.1
+2
-1
package.json
{
"name": "devrun",
"version": "0.1.0",
"version": "0.1.1",
"description": "A blazingly fast interactive npm script runner with fuzzy search",

@@ -12,2 +12,3 @@ "main": "dist/index.js",

"build": "tsc",
"postbuild": "chmod +x dist/cli.js",
"dev": "tsc --watch",

@@ -14,0 +15,0 @@ "test": "echo \"Running tests...\" && echo \"All tests passed!\"",