New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 3.0.0 to 3.0.1

12

CONTRIBUTING.md

@@ -24,3 +24,3 @@ ---

```sh { name=build }
RUNME_PROJECT="" ./node_modules/runme/.bin/runme run clean compile
./node_modules/.bin/runme run clean compile
```

@@ -33,3 +33,3 @@

```sh { name=test }
RUNME_PROJECT="" ./node_modules/runme/.bin/runme run test:lint test:unit test:cjs
./node_modules/.bin/runme run test:lint test:unit test:cjs
```

@@ -83,9 +83,1 @@

```
### Post Install Hook
If the user desires to have Runme installed during installation of the package, this hooks downloads Runme for them:
```sh { name=postinstall }
node ./postInstall.js
```

12

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

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

"bin": {
"runme": "./bin/runme.js",
"runme2": "./bin/runme2.js"
"runme": "./bin/runme.js"
},

@@ -38,8 +37,7 @@ "type": "module",

"scripts": {
"runme": "node_modules/runme/bin/runme.js",
"postinstall": "RUNME_PROJECT=\"\" npm run runme run postinstall"
"postinstall": "node ./postInstall.js"
},
"devDependencies": {
"@octokit/rest": "^19.0.11",
"@types/node": "^20.3.0",
"@types/node": "^20.3.1",
"@types/tar-fs": "^2.0.1",

@@ -58,3 +56,3 @@ "@types/unzipper": "^0.10.6",

"rimraf": "^5.0.1",
"runme": "^2.3.5",
"runme": "^3.0.0",
"ts-node": "^10.9.1",

@@ -61,0 +59,0 @@ "typescript": "^5.1.3",

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