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

runner

Package Overview
Dependencies
Maintainers
0
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

runner - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

Readme.md

4

package.json
{
"name": "runner",
"description": "development restart script for node.js",
"version": "1.0.1",
"version": "1.0.2",
"author": "Tobias Kopelke <nox@demoncode.de>",

@@ -11,4 +11,4 @@ "dependencies": {

"main": "runner.js",
"bin": { "run": "runner.js" },
"bin": { "runner": "runner.js" },
"engines": { "node": ">= 0.2.0" }
}
#!/usr/bin/env node
var version = 1.01
var version = 1.02
, changes = {
'1.02': ['added Readme.md']
'1.01': ['added npm-bin support']
'1.00': [ 'added changenotes'

@@ -6,0 +8,0 @@ , 'added extension support, not only .js now...'

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