New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

better-npm-run

Package Overview
Dependencies
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

better-npm-run - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

2

lib/exec.js

@@ -26,3 +26,3 @@ require('dotenv').config({silent: true});

windowsVerbatimArguments: process.platform === 'win32',
stdio: ['pipe', process.stdout, process.stderr]
stdio: 'inherit'
}).on('close', function(code) {

@@ -29,0 +29,0 @@ process.exit(code);

{
"name": "better-npm-run",
"description": "Better NPM scripts runner",
"version": "0.0.9",
"version": "0.0.10",
"license": "MIT",

@@ -6,0 +6,0 @@ "author": "Benjamin Orozco <benoror@gmail.com>",

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