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

npm-watch

Package Overview
Dependencies
Maintainers
4
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npm-watch - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

0

cli.js

@@ -0,0 +0,0 @@ #!/usr/bin/env node

10

package.json
{
"name": "npm-watch",
"version": "0.1.2",
"version": "0.1.3",
"description": "run scripts from package.json when files change",

@@ -11,4 +11,5 @@ "main": "index.js",

"devDependencies": {
"tape": "~2.3.2",
"markdown-code-blocks": "0.0.1"
"crlf": "^1.1.0",
"markdown-code-blocks": "0.0.1",
"tape": "~2.3.2"
},

@@ -19,3 +20,4 @@ "bin": "./cli.js",

"demo": "markdown-code-blocks -t bash < README.md",
"exclusions": "bash -c echo 'An extension'"
"exclusions": "bash -c echo 'An extension'",
"prepublish": "crlf --set=LF cli.js watch-package.js"
},

@@ -22,0 +24,0 @@ "watch": {

@@ -0,0 +0,0 @@ 'use strict';

Sorry, the diff of this file is not supported yet

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