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.0 to 1.0.1

3

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

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

"main": "runner.js",
"bin": { "run": "runner.js" },
"engines": { "node": ">= 0.2.0" }
}

@@ -1,6 +0,8 @@

var version = 1.00
#!/usr/bin/env node
var version = 1.01
, changes = {
'1.00': [ 'added changenotes'
, 'added extension support, not only .js now...'
, 'support for .js, .jade, .haml, .html, .sass, .scss'
, 'support for .js, .jade, .haml, .html, .sass, .scss, .less, .styl'
, 'trying to use npm-js-syntax'

@@ -24,2 +26,4 @@ ]

js: 'JavaScript'
, styl: 'Stylus-template'
, less: 'LESS-template'
, jade: 'Jade-template'

@@ -26,0 +30,0 @@ , haml: 'HAML-template'

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