Socket
Socket
Sign inDemoInstall

gulp-angular-htmlify

Package Overview
Dependencies
87
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.0.2

4

index.js

@@ -5,3 +5,3 @@ 'use strict';

module.exports = function(params) {
module.exports = function (params) {
//perhaps in the future

@@ -16,3 +16,3 @@ params = params || {};

return through.obj(function(file, enc, cb) {
return through.obj(function (file, enc, cb) {
//pass through

@@ -19,0 +19,0 @@ if (file.isNull()) {

{
"name": "gulp-angular-htmlify",
"version": "0.0.1",
"engines": {
"node": ">=0.10.0"
},
"description": "Change your ng-attributes to data-ng-attributes for html5 validation",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"keywords": [
"gulp",
"gulpplugin",
"angular",
"w3c",
"validator",
"html5",
"data-ng",
"ng"
],
"author": {
"name": "Gilad Peleg",
"email": "giladp007@gmail.com"
},
"license": "MIT",
"devDependencies": {
"mocha": "^1.18.2"
},
"dependencies": {
"gulp-util": "^2.2.14",
"through2": "^0.4.1"
}
"name": "gulp-angular-htmlify",
"version": "0.0.2",
"engines": {
"node": ">=0.10.0"
},
"description": "Change your ng-attributes to data-ng-attributes for html5 validation",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"keywords": [
"gulp",
"gulpplugin",
"angular",
"w3c",
"validator",
"html5",
"data-ng",
"ng"
],
"author": {
"name": "Gilad Peleg",
"email": "giladp007@gmail.com"
},
"license": "MIT",
"devDependencies": {
"mocha": "^1.18.2"
},
"dependencies": {
"gulp-util": "^2.2.14",
"through2": "^0.4.1"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc