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

angular-match

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-match - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

angular-match.js

@@ -1,2 +0,2 @@

/*! Angular match v1.0.0 | (c) 2014 Greg Bergé | License MIT */
/*! Angular match v1.0.1 | (c) 2014 Greg Bergé | License MIT */

@@ -3,0 +3,0 @@ angular

@@ -1,3 +0,3 @@

/*! Angular match v1.0.0 | (c) 2014 Greg Bergé | License MIT */
/*! Angular match v1.0.1 | (c) 2014 Greg Bergé | License MIT */
function matchDirective(){return{restrict:"A",require:"ngModel",link:function(a,b,c,d){a.$watch(function(){return[a.$eval(c.match),d.$viewValue]},function(a){d.$setValidity("match",a[0]===a[1])},!0)}}}angular.module("match",[]).directive("match",["$parse",matchDirective]);
//# sourceMappingURL=angular-match.min.js.map
{
"name": "angular-match",
"version": "1.0.0",
"version": "1.0.1",
"description": "Validate if two inputs match the same value.",

@@ -9,2 +9,3 @@ "homepage": "https://github.com/neoziro/angular-match",

],
"main": "angular-match.js",
"license": "MIT",

@@ -11,0 +12,0 @@ "ignore": [

{
"name": "angular-match",
"version": "1.0.0",
"version": "1.0.1",
"description": "Validate if two inputs match the same value.",

@@ -5,0 +5,0 @@ "main": "index.js",

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