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

@enflow/laravel-address-ui

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@enflow/laravel-address-ui - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

10

lib/index.js

@@ -31,3 +31,2 @@ 'use strict';

clearAndBlurOnEsc: true,
clearOnBlur: false,
language: null,

@@ -81,6 +80,3 @@ getItemValue: function(item) {

if (this.options.clearOnBlur) {
this._inputEl.addEventListener('blur', this._onBlur);
}
this._inputEl.addEventListener('blur', this._onBlur);
this._inputEl.addEventListener('keydown', debounce(this._onKeyDown, 200));

@@ -200,5 +196,3 @@ this._inputEl.addEventListener('paste', this._onPaste);

_onBlur: function(e) {
if (this.options.clearOnBlur) {
this._clearOnBlur(e);
}
this._clearOnBlur(e);
},

@@ -205,0 +199,0 @@

2

package.json
{
"name": "@enflow/laravel-address-ui",
"version": "0.1.3",
"version": "0.1.4",
"description": "A address autocomplete control with sane defaults for Laravel Address",

@@ -5,0 +5,0 @@ "main": "lib/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