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

input-core

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

input-core - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

6

lib/functions/removeSelectedRange.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var charTypesEnum_1 = require("../constants/charTypesEnum");
var CharTypesEnum_1 = require("../constants/CharTypesEnum");
var copyMaskChar = function (count, maskChar) {

@@ -9,3 +9,3 @@ var res = [];

char: maskChar,
type: charTypesEnum_1.CharTypes.MASK,
type: CharTypesEnum_1.CharTypes.MASK,
});

@@ -21,3 +21,3 @@ }

char: maskString[i],
type: charTypesEnum_1.CharTypes.MASK,
type: CharTypesEnum_1.CharTypes.MASK,
});

@@ -24,0 +24,0 @@ }

{
"name": "input-core",
"version": "2.0.0",
"version": "2.0.1",
"description": "Core abilities of masked-input. Usefull to create custom input processors",

@@ -43,3 +43,3 @@ "main": "./lib",

},
"gitHead": "e103d7b6752b48d60a77e1684e32c7e60984a511"
"gitHead": "345ef7c04fc0fa56095542a3950b29f62c8e7269"
}

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

import { CharTypes } from '../constants/charTypesEnum';
import { CharTypes } from '../constants/CharTypesEnum';
import { IInputValue } from '../interfaces/IInput';

@@ -3,0 +3,0 @@ import { ISelectRange } from '../interfaces/ISelectRange';

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