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
1
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.2.0 to 1.2.1

2

index.js

@@ -10,3 +10,3 @@ 'use strict';

if (liveReloadPort && type === 'head') {
return '<script src="http://localhost:35729/livereload.js?snipver=1" type="text/javascript"></script>';
return '<script src="http://localhost:' + liveReloadPort + '/livereload.js?snipver=1" type="text/javascript"></script>';
}

@@ -13,0 +13,0 @@ },

{
"name": "ember-cli-inject-live-reload",
"version": "1.2.0",
"version": "1.2.1",
"description": "Plugin for ember-cli that injects live-reload script into HTML content.",

@@ -5,0 +5,0 @@ "main": "index.js",

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