Socket
Socket
Sign inDemoInstall

gulp-angular-htmlify

Package Overview
Dependencies
57
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.2 to 1.0.0

README.md

26

package.json
{
"name": "gulp-angular-htmlify",
"version": "1.0.0",
"description": "Change your ng-attributes to data-ng-attributes for HTML5 validation",
"version": "0.5.2",
"repository": "pgilad/gulp-angular-htmlify",
"license": "MIT",
"author": {
"name": "Gilad Peleg",
"email": "giladp007@gmail.com"
"email": "giladp007@gmail.com",
"url": "http://giladpeleg.com"
},
"main": "index.js",
"files": [
"index.js"
],
"engines": {
"node": ">=0.10.0"
},
"homepage": "https://github.com/pgilad/gulp-angular-htmlify",
"bugs": "https://github.com/pgilad/gulp-angular-htmlify/issues",
"main": "index.js",
"files": [
"index.js",
"license.md"
],
"scripts": {

@@ -34,11 +33,10 @@ "watchTest": "mocha -R spec -w ./tests/*.js",

],
"license": "MIT",
"devDependencies": {
"mocha": "*"
},
"dependencies": {
"angular-html5": "^0.3.0",
"angular-html5": "^1.0.0",
"gulp-util": "^3.0.1",
"through2": "^0.6.3"
},
"devDependencies": {
"mocha": "*"
}
}
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