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

grunt-contrib-templify

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-contrib-templify - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

2

builders/angular.js

@@ -11,4 +11,4 @@ module.exports = {

return "};\n" +
(options.autoAffix?"angular.module(" + options.module + ").run(__templifyTemplates);":"");
(options.autoAffix?"angular.module(\"" + options.module + "\").run(__templifyTemplates);":"");
}
};
{
"name": "grunt-contrib-templify",
"version": "0.2.2",
"version": "0.2.3",
"description": "A simple project for quick and dirty conversion of HTML files to javascript for various cases, particularly unit testing.",

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

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