Socket
Socket
Sign inDemoInstall

@angularclass/hmr

Package Overview
Dependencies
Maintainers
3
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@angularclass/hmr - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

6

dist/helpers.js

@@ -8,2 +8,8 @@ "use strict";

function bootloader(main, before, after) {
if (typeof main === 'object') {
var _main = main.main;
before = main.before;
after = main.after;
main = _main;
}
before = before || identity;

@@ -10,0 +16,0 @@ after = after || identity;

2

package.json
{
"name": "@angularclass/hmr",
"version": "2.0.0",
"version": "2.1.0",
"description": "angular-hmr: Hot Module Replacement for Webpack and Angular by @AngularClass",

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

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