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

gulp-ng-html2js

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-ng-html2js - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

3

index.js

@@ -20,2 +20,5 @@ var util = require("util");

/**
* Converts HTML files into Javascript files which contain an AngularJS module which automatically pre-loads the HTML
* file into the [$templateCache](http://docs.angularjs.org/api/ng.$templateCache). This way AngularJS doens't need to
* request the actual HTML file anymore.
* @param [options] - The plugin options

@@ -22,0 +25,0 @@ * @param [options.moduleName] - The name of the module which will be generated. When omitted the fileUrl will be used.

4

package.json
{
"name": "gulp-ng-html2js",
"version": "0.1.1",
"description": "A Gulp plugin which generates Javascript code which loads the HTML files of your AngularJS app into the $templateCache.",
"version": "0.1.2",
"description": "A Gulp plugin which generates AngularJS modules, which pre-load your HTML code into the $templateCache. This way AngularJS doens't need to request the actual HTML files anymore.",
"keywords": [

@@ -6,0 +6,0 @@ "gulpplugin",

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