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

browserify-ng-html2js

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

browserify-ng-html2js - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

6

package.json
{
"name": "browserify-ng-html2js",
"version": "0.2.0",
"version": "0.2.1",
"description": "Browserify transform to compile angular templates into angular modules",

@@ -17,4 +17,4 @@ "main": "lib/index.js",

"dependencies": {
"through": "~2.3.4",
"ng-html2js": "~1.1.0"
"through": "^2.3.6",
"ng-html2js": "^1.2.0"
},

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

@@ -52,3 +52,4 @@ # browserify-ng-html2js

.transform(ngHtml2Js({
module: 'templates' // <---
module: 'templates', // <---
extension: 'ngt' // optionally specify what file types to look for
}))

@@ -55,0 +56,0 @@ .bundle()

@@ -17,4 +17,4 @@ (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){

}]);
})();
})(module);
},{}]},{},[1]);
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