Socket
Socket
Sign inDemoInstall

@tadashi/mask

Package Overview
Dependencies
0
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.1

5

dist/index.js

@@ -79,2 +79,7 @@ (function (global, factory) {

this.input.removeEventListener(this.event, this);
var id = this.input.GUID;
if (instances.has(id)) {
instances.delete(id);
Reflect.deleteProperty(this, 'GUID');
}
};

@@ -81,0 +86,0 @@

2

package.json
{
"name": "@tadashi/mask",
"version": "1.1.0",
"version": "1.1.1",
"description": "The simple and tiny script for input mask",

@@ -5,0 +5,0 @@ "keywords": [

@@ -72,2 +72,7 @@ 'use strict'

this.input.removeEventListener(this.event, this)
const id = this.input.GUID
if (instances.has(id)) {
instances.delete(id)
Reflect.deleteProperty(this, 'GUID')
}
}

@@ -74,0 +79,0 @@

Sorry, the diff of this file is not supported yet

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