New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

angular-mn-input

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-mn-input - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

2

dist/angular-mn-input.js

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

"use strict";function mnInputDirective($compile,$parse){function link(scope,element,attributes){var dirtyInput=element[0].querySelector("input + input");dirtyInput&&element[0].removeChild(dirtyInput);var input=element.find("input");element[0].value=$parse(attributes.ngModel)(scope),input.attr("ng-model",attributes.ngModel),$compile(input)(scope)}return{restrict:"E",link:link,require:"ngModel"}}angular.module("mn-input",[]),mnInputDirective.$inject=["$compile","$parse"],angular.module("mn-input").directive("mnInput",mnInputDirective);
"use strict";function mnInputDirective($compile,$parse){function link(scope,element,attributes){var dirtyInput=element[0].querySelector("input + input");dirtyInput&&element[0].removeChild(dirtyInput);var input=element.find("input");element[0].value=$parse(attributes.ngModel)(scope),element[0].value&&element.addClass("has-value"),input.attr("ng-model",attributes.ngModel),$compile(input)(scope)}return{restrict:"E",link:link,require:"ngModel"}}angular.module("mn-input",[]),mnInputDirective.$inject=["$compile","$parse"],angular.module("mn-input").directive("mnInput",mnInputDirective);
//# sourceMappingURL=angular-mn-input.js.map
{
"name": "angular-mn-input",
"version": "0.0.4",
"version": "0.0.5",
"description": "an angular directive to mn-input",

@@ -5,0 +5,0 @@ "main": "dist/angular-mn-input.js",

Sorry, the diff of this file is not supported yet

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