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

ember-cli-inject-live-reload

Package Overview
Dependencies
Maintainers
3
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-inject-live-reload - npm Package Compare versions

Comparing version 1.10.1 to 2.0.0

8

CHANGELOG.md
# 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 @@

10

package.json
{
"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": {

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