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

node-dev

Package Overview
Dependencies
Maintainers
4
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-dev - npm Package Compare versions

Comparing version 7.3.0 to 7.3.1

lib/ipc.mjs

6

CHANGELOG.md
# node-dev
## v7.3.1 / 2022-03-24
- Add `--experimental-modules` for ESM module support on node <12.17 (@bjornstar)
- Use `ipc.mjs` for `get-source-loader.mjs` (@bjornstar)
- [`test`] Move extensions options tests into their own directory (@bjornstar)
## v7.3.0 / 2022-03-22

@@ -4,0 +10,0 @@

3

lib/index.js

@@ -104,2 +104,5 @@ const { fork } = require('child_process');

} else if (semver.satisfies(process.version, '>=12.11.1')) {
if (semver.satisfies(process.version, '<12.17.0')) {
args.push('--experimental-modules');
}
const loaderPath = semver.satisfies(process.version, '>=16.12.0')

@@ -106,0 +109,0 @@ ? 'load-loader.mjs'

2

package.json
{
"name": "node-dev",
"version": "7.3.0",
"version": "7.3.1",
"description": "Restarts your app when files are modified",

@@ -5,0 +5,0 @@ "keywords": [

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