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

systemjs-hot-reloader-ex

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

systemjs-hot-reloader-ex - npm Package Compare versions

Comparing version 2.0.4 to 2.0.5

2

dist/SystemHotReloader.js

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

_this5.logger.debug('Removing importer ' + _this5.cleanName(impModuleRecord.name) + ' from module ' + _this5.cleanName(depModuleRecord.name));
depModuleRecord.importers[index] = null;
depModuleRecord.importers.splice(index, 1);
}

@@ -337,0 +337,0 @@ });

{
"name": "systemjs-hot-reloader-ex",
"version": "2.0.4",
"version": "2.0.5",
"description": "SystemJS / JSPM hot reloader with support of CSS, SCSS, SASS, LESS, Stylus, React and JavaScript",

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

@@ -289,3 +289,3 @@ import 'core-js/shim';

this.logger.debug(`Removing importer ${this.cleanName(impModuleRecord.name)} from module ${this.cleanName(depModuleRecord.name)}`);
depModuleRecord.importers[index] = null;
depModuleRecord.importers.splice(index, 1);
}

@@ -292,0 +292,0 @@ });

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