Socket
Socket
Sign inDemoInstall

angular-html5

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-html5 - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

LICENSE

4

index.js

@@ -33,5 +33,9 @@ 'use strict';

test: function (str) {
//see http://stackoverflow.com/questions/2141974/javascript-regex-literal-with-g-used-multiple-times
replaceRegex.lastIndex = 0;
return replaceRegex.test(str);
},
replace: function (str) {
//see http://stackoverflow.com/questions/2141974/javascript-regex-literal-with-g-used-multiple-times
replaceRegex.lastIndex = 0;
return str.replace(replaceRegex, replaceStr);

@@ -38,0 +42,0 @@ }

2

package.json
{
"name": "angular-html5",
"version": "1.0.0",
"version": "1.1.0",
"description": "Change your ng-attributes to data-ng-attributes for html5 validation",

@@ -5,0 +5,0 @@ "repository": "pgilad/angular-html5",

@@ -140,2 +140,2 @@ # angular-html5

MIT ©2014 **Gilad Peleg**
MIT ©[Gilad Peleg](http://giladpeleg.com)
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