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

grunt-angular-templates

Package Overview
Dependencies
Maintainers
5
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-angular-templates - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

4

package.json
{
"name": "grunt-angular-templates",
"description": "Grunt build task to concatenate & register your AngularJS templates in the $templateCache",
"version": "1.1.0",
"version": "1.2.0",
"homepage": "https://github.com/ericclemmons/grunt-angular-templates",

@@ -31,3 +31,3 @@ "author": {

"dependencies": {
"html-minifier": "~2.1.2"
"html-minifier": "~4.0.0"
},

@@ -34,0 +34,0 @@ "devDependencies": {

@@ -108,2 +108,3 @@ # grunt-angular-templates

collapseWhitespace: true,
keepClosingSlash: true, // Only if you are using SVG in HTML
removeAttributeQuotes: true,

@@ -117,3 +118,2 @@ removeComments: true, // Only if you don't use comment directives!

```
If you are using SVG, please make sure you set ```keepClosingSlash:true```

@@ -120,0 +120,0 @@ ### module

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