Socket
Socket
Sign inDemoInstall

ng-hot-reload-loader

Package Overview
Dependencies
9
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.2 to 2.0.3

4

index.js

@@ -15,3 +15,3 @@ var template = require('lodash.template'),

function transform(source, map) {
if(this.cacheable) {
if (this.cacheable) {
this.cacheable();

@@ -21,3 +21,3 @@ }

if(noTransform.test(this.resourcePath)) {
if (noTransform.test(this.resourcePath)) {
return this.callback(null, source, map);

@@ -24,0 +24,0 @@ }

{
"main": "index.js",
"name": "ng-hot-reload-loader",
"version": "2.0.2",
"version": "2.0.3",
"description": "Webpack hot loader for angularjs apps",

@@ -14,5 +14,5 @@ "scripts": {

"lodash.template": "^4.4.0",
"ng-hot-reload-core": "^2.0.2"
"ng-hot-reload-core": "^2.0.3"
},
"gitHead": "b4bdf4f92a49ccbcffb75d76e1e45df723fc0e0d"
"gitHead": "5af29555d3fccd9b532ac53d5e6d453cf06b7d2c"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc