watch-module
Advanced tools
Comparing version 2.0.0 to 2.1.0
# CHANGELOG | ||
## 2.1.0 | ||
### Added | ||
- Display the path of the changes files in verbose mode. | ||
## 2.0.0 | ||
[BREAKING] Built for modern node : | ||
- Use ES Module, dynamic import, etc. | ||
@@ -7,0 +14,0 @@ - node version should be `^12.20.0 || ^14.13.1 || >=16.0.0` |
@@ -44,2 +44,5 @@ import process from 'process'; | ||
} | ||
if (_event === 'change') { | ||
debug(`File changes: ${path}`); | ||
} | ||
onChange(modulePath); | ||
@@ -46,0 +49,0 @@ }); |
{ | ||
"name": "watch-module", | ||
"type": "module", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "A Javascript module watcher to work locally with package", | ||
@@ -6,0 +6,0 @@ "bin": { |
@@ -62,2 +62,6 @@ import process from 'process'; | ||
if (_event === 'change') { | ||
debug(`File changes: ${path}`); | ||
} | ||
onChange(modulePath); | ||
@@ -64,0 +68,0 @@ } |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
277572
704
2