ember-cli-inject-live-reload
Advanced tools
Comparing version 1.10.1 to 2.0.0
# Change Log | ||
## v2.0.0 (2018-10-15) | ||
#### :boom: Breaking Change | ||
* [#60](https://github.com/ember-cli/ember-cli-inject-live-reload/pull/60) Drop support for Node 4 ([@Turbo87](https://github.com/Turbo87)) | ||
#### Committers: 1 | ||
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87)) | ||
## v1.10.1 (2018-10-13) | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "ember-cli-inject-live-reload", | ||
"version": "1.10.1", | ||
"version": "2.0.0", | ||
"description": "Plugin for ember-cli that injects live-reload script into HTML content.", | ||
@@ -32,10 +32,10 @@ "keywords": [ | ||
"devDependencies": { | ||
"eslint": "^4.0.0", | ||
"eslint-plugin-node": "^6", | ||
"eslint": "^5.7.0", | ||
"eslint-plugin-node": "^7", | ||
"express": "^4.16.3", | ||
"lerna-changelog": "^0.7.0", | ||
"qunit": "~2.6.1" | ||
"qunit": "~2.7.0" | ||
}, | ||
"engines": { | ||
"node": ">= 4" | ||
"node": "6.* || 8.* || >= 10.*" | ||
}, | ||
@@ -42,0 +42,0 @@ "changelog": { |
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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
18492
0