Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

runme

Package Overview
Dependencies
Maintainers
3
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

runme - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

bin/runme.js

9

package.json
{
"name": "runme",
"version": "0.1.0",
"version": "0.2.0",
"author": "Christian Bromann <christian@stateful.com>",

@@ -9,2 +9,3 @@ "license": "Apache-2.0",

"exports": "./dist/index.js",
"bin": "./bin/runme.js",
"type": "module",

@@ -36,2 +37,3 @@ "repository": {

"@types/node": "^18.11.9",
"@types/tar-fs": "^2.0.1",
"@vitest/coverage-c8": "^0.24.5",

@@ -42,6 +44,9 @@ "c8": "^7.12.0",

"rimraf": "^3.0.2",
"tar-fs": "^2.1.1",
"typescript": "^4.8.4",
"vitest": "^0.24.5"
},
"dependencies": {
"node-fetch": "^3.2.10",
"tar-fs": "^2.1.1"
}
}

@@ -21,2 +21,9 @@ # Runme.js

You can also install the package globally and it as a CLI, e.g.:
```sh
npm i -g runme
runme list
```
### Deno

@@ -23,0 +30,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc