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

node-dev

Package Overview
Dependencies
Maintainers
3
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-dev - npm Package Versions

1
7

5.0.0

Diff

Changelog

Source

v5.0.0 / 2020-07-08

  • Remove --all-deps and --no-deps CLI options, use --deps=-1 or --deps=0 respectively
  • Unify cli and cfg logic to ensure CLI always overrides config files
  • Load order for config files now matches what is in the README
  • Add tests for notify, CLI should override config files
  • All config now have clear default values
  • Use more ES6 code
  • Rename resolveMain.js to resolve-main.js
bjornstar
published 4.3.0 •

Changelog

Source

v4.3.0 / 2020-07-03

  • Enable --notify by default and add tests
  • Disable by passing --notify=false
  • Move cli code out of bin
  • Start testing cli interface
  • Add bin to lint
bjornstar
published 4.2.0 •

Changelog

Source

v4.2.0 / 2020-07-03

  • No longer sets NODE_ENV to development
bjornstar
published 4.1.0 •

Changelog

Source

v4.1.0 / 2020-07-02

  • Update devDependencies:
    • eslint: from v2.0.0 to v7.3.1
    • eslint-config-airbnb-base: from v3.0.1 to v14.2.0
    • eslint-plugin-import: from v1.8.1 to v2.22.0
    • tap: from v12.6.2 to v14.10.7
    • touch: from v1.0.0 to v3.1.0
  • Removed windows restriction for graceful_ipc
  • No longer attempts to send SIGTERM to disconnected child processes
  • [package.json] Set minimum node version to 10
  • [package.json] Changed test script to be more cross-platform
  • [tests] Split tests into 3 separate files
  • [tests] Removed a few opportunities for race conditions to occur
  • [tests] Some filesystems have single second precision, so tests now wait a minimum of 1 second before touching a file
bjornstar
published 4.0.0 •

Changelog

Source

v4.0.0 / 2019-04-22

  • Update dependencies:
    • dynamic-dedupe: from v0.2.0 to v0.3.0
    • node-notifier: from v4.0.2 to v5.4.0
  • Update devDependencies:
    • From coffee-script v1.8.0 to coffeescript v2.4.1
  • Add option 'graceful_ipc' for windows children
  • Read config from CWD as well as script dir
  • Ignore package-lock.json for git and npm
  • TravisCI: Test node v6 - 11, stop testing node v5
  • Update README for how babel is now packages
  • Specify minimum node version as >=6
fgnass
published 3.1.3 •

Changelog

Source

v3.1.3 / 2016-05-30

  • Update docs
  • Fix eslint errors
  • Re-enable test for #134
tomekwi
published 3.1.2 •

Changelog

Source

v3.1.2 / 2016-05-28

  • Proof against weird require.extensions. See #134.
  • Ensure method patching works when filename arguments are missing. See #135.
fgnass
published 3.1.1 •

Changelog

Source

v3.1.1 / 2016-05-02

  • Enable --notify by default again. See #125.
  • Support filename option passed to VM methods. Fixes #130.
fgnass
published 3.1.0 •

Changelog

Source

v3.1.0 / 2016-02-22

  • Add --no-notify to disable desktop notifications. See #120.
  • Fix --no-deps option. See #119.
fgnass
published 3.0.0 •

Changelog

Source

v3.0.0 / 2016-01-29

  • Add --respawn to keep watching after a process exits. See #104.
  • Don't terminate the child process if a custom uncaughtException handler is registered. See #113.
  • Handle -r and --require node options correctly. See #111.
  • Add support for passing options to transpilers. See #109.
  • Handle --no-deps correctly. See #108.
  • Switch to airbnb code style
  • Use greenkeeper.io to keep dependencies up to date
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