ng-cache-loader
Advanced tools
Comparing version 0.0.17 to 0.0.18
{ | ||
"name": "ng-cache-loader", | ||
"version": "0.0.17", | ||
"version": "0.0.18", | ||
"description": "Puts HTML partials in the Angular's $templateCache.", | ||
@@ -32,3 +32,3 @@ "main": "index.js", | ||
"fastparse": "^1.0.0", | ||
"html-minifier": "~0.7.0", | ||
"html-minifier": "^3.0.2", | ||
"loader-utils": "^0.2.4" | ||
@@ -35,0 +35,0 @@ }, |
@@ -57,9 +57,9 @@ /******/ (function(modules) { // webpackBootstrap | ||
catch(e){ngModule=angular.module("appModule",[])} | ||
var v1="<div class=\"view\">\n <p>...</p>\n </div>"; | ||
var v1="\n<div class=\"view\">\n <p>...</p>\n </div>\n"; | ||
var id1="myAnotherTemplate"; | ||
ngModule.run(["$templateCache",function(c){c.put(id1,v1)}]); | ||
var v2="<div class=\"view\">\n <h2>First View</h2>\n <p>\n Search:<input type=\"text\" ng-model=\"filterText\" />\n </p>\n </div>"; | ||
var v2="\n<div class=\"view\">\n <h2>First View</h2>\n <p>\n Search:<input type=\"text\" ng-model=\"filterText\" />\n </p>\n </div>\n"; | ||
var id2="myTemplate"; | ||
ngModule.run(["$templateCache",function(c){c.put(id2,v2)}]); | ||
var v3=" <div class=\"view\"> <h2>Second View</h2> <p>About me</p> </div> <div class=\"view\"> <h2>Second View</h2> <p>About you</p> </div> <div class=\"view\"></div>"; | ||
var v3="\n<div class=\"view\">\n<h2>Second View</h2>\n<p>About me</p>\n</div>\n\n<div class=\"view\">\n<h2>Second View</h2>\n<p>About you</p>\n</div>\n\n<div class=\"view\"></div>\n"; | ||
var id3="grot/teux/ng-cache-loader/tmpl/template.tpl"; | ||
@@ -66,0 +66,0 @@ ngModule.run(["$templateCache",function(c){c.put(id3,v3)}]); |
@@ -8,3 +8,3 @@ var minimizeOptions = JSON.stringify({ | ||
removeEmptyAttributes: true, | ||
keepClosingSlash: true | ||
keepClosingSlash: true, | ||
}); | ||
@@ -16,3 +16,3 @@ | ||
path: './test/out', | ||
filename: '[name].out.js' | ||
filename: '[name].out.js', | ||
}, | ||
@@ -24,7 +24,6 @@ module: { | ||
loader: '../index.js?prefix=grot/[dir]//[dir]//tmpl&module=appModule&name=[name].tpl&-exportId' + | ||
'&minimizeOptions=' + minimizeOptions + | ||
'&conservativeCollapse' | ||
} | ||
] | ||
} | ||
'&minimizeOptions=' + minimizeOptions + '&conservativeCollapse', | ||
}, | ||
], | ||
}, | ||
}; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
41217
842
+ Addedcamel-case@3.0.0(transitive)
+ Addedclean-css@4.2.4(transitive)
+ Addedcommander@2.17.12.19.0(transitive)
+ Addedhe@1.2.0(transitive)
+ Addedhtml-minifier@3.5.21(transitive)
+ Addedno-case@2.3.2(transitive)
+ Addedparam-case@2.1.1(transitive)
+ Addedsource-map@0.6.1(transitive)
+ Addeduglify-js@3.4.10(transitive)
- Removedamdefine@1.0.1(transitive)
- Removedasync@0.2.10(transitive)
- Removedcamel-case@1.2.2(transitive)
- Removedcamelcase@1.2.1(transitive)
- Removedchange-case@2.3.1(transitive)
- Removedclean-css@3.1.9(transitive)
- Removedcli@0.6.6(transitive)
- Removedcommander@2.6.0(transitive)
- Removedconcat-stream@1.4.11(transitive)
- Removedconstant-case@1.1.2(transitive)
- Removedcore-util-is@1.0.3(transitive)
- Removeddecamelize@1.2.0(transitive)
- Removeddot-case@1.1.2(transitive)
- Removedexit@0.1.2(transitive)
- Removedglob@3.2.11(transitive)
- Removedhtml-minifier@0.7.2(transitive)
- Removedinherits@2.0.4(transitive)
- Removedis-lower-case@1.1.3(transitive)
- Removedis-upper-case@1.1.2(transitive)
- Removedisarray@0.0.1(transitive)
- Removedlower-case-first@1.0.2(transitive)
- Removedlru-cache@2.7.3(transitive)
- Removedminimatch@0.3.0(transitive)
- Removedparam-case@1.1.2(transitive)
- Removedpascal-case@1.1.2(transitive)
- Removedpath-case@1.1.2(transitive)
- Removedreadable-stream@1.1.14(transitive)
- Removedsentence-case@1.1.3(transitive)
- Removedsigmund@1.0.1(transitive)
- Removedsnake-case@1.1.2(transitive)
- Removedsource-map@0.1.340.1.43(transitive)
- Removedstring_decoder@0.10.31(transitive)
- Removedswap-case@1.1.2(transitive)
- Removedtitle-case@1.1.2(transitive)
- Removedtypedarray@0.0.7(transitive)
- Removeduglify-js@2.4.24(transitive)
- Removeduglify-to-browserify@1.0.2(transitive)
- Removedupper-case-first@1.1.2(transitive)
- Removedwindow-size@0.1.0(transitive)
- Removedwordwrap@0.0.2(transitive)
- Removedyargs@3.5.4(transitive)
Updatedhtml-minifier@^3.0.2