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

gulp-angular-htmlify

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-angular-htmlify - npm Package Compare versions

Comparing version 0.0.8 to 0.1.0

license.md

10

package.json
{
"name": "gulp-angular-htmlify",
"description": "Change your ng-attributes to data-ng-attributes for html5 validation",
"version": "0.0.8",
"version": "0.1.0",
"engines": {

@@ -15,2 +15,6 @@ "node": ">=0.10.0"

"main": "index.js",
"files": [
"index.js",
"license.md"
],
"scripts": {

@@ -36,8 +40,8 @@ "watchTest": "mocha -R spec --watch",

"devDependencies": {
"mocha": "*"
"mocha": "^1.20.0"
},
"dependencies": {
"gulp-util": "^2.2.14",
"through2": "^0.4.1"
"through2": "^0.4.2"
}
}

@@ -5,6 +5,6 @@ # [gulp](https://github.com/wearefractal/gulp)-angular-htmlify

[![NPM Version](http://img.shields.io/npm/v/gulp-angular-htmlify.svg)](https://npmjs.org/package/gulp-angular-htmlify)
[![NPM Downloads](http://img.shields.io/npm/dm/gulp-angular-htmlify.svg)](https://npmjs.org/package/gulp-angular-htmlify)
[![Dependencies](http://img.shields.io/gemnasium/pgilad/gulp-angular-htmlify.svg)](https://gemnasium.com/pgilad/gulp-angular-htmlify)
[![Build Status](https://travis-ci.org/pgilad/gulp-angular-htmlify.svg?branch=master)](https://travis-ci.org/pgilad/gulp-angular-htmlify)
[![NPM Version](http://img.shields.io/npm/v/gulp-angular-htmlify.svg?style=flat)](https://npmjs.org/package/gulp-angular-htmlify)
[![NPM Downloads](http://img.shields.io/npm/dm/gulp-angular-htmlify.svg?style=flat)](https://npmjs.org/package/gulp-angular-htmlify)
[![Dependencies](http://img.shields.io/gemnasium/pgilad/gulp-angular-htmlify.svg?style=flat)](https://gemnasium.com/pgilad/gulp-angular-htmlify)
[![Build Status](http://img.shields.io/travis/pgilad/gulp-angular-htmlify.svg?style=flat)](https://travis-ci.org/pgilad/gulp-angular-htmlify)

@@ -93,3 +93,3 @@ Ever tried to run an Angular HTML page into w3c validator? Yeah it's a mess.

Defaults to **[]**
Defaults to `[ ]`

@@ -96,0 +96,0 @@ #### verbose

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