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

@types/react-maskedinput

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-maskedinput - npm Package Compare versions

Comparing version 3.3.1 to 3.3.2

8

react-maskedinput/index.d.ts

@@ -17,4 +17,3 @@ // Type definitions for react-maskedinput 3.3

declare namespace MaskedInput {
export interface FormatCharacter {
interface FormatCharacter {
validate(char: string): string;

@@ -24,7 +23,7 @@ transform?(char: string): string;

export interface CharsFormatters {
interface CharsFormatters {
[char: string]: FormatCharacter;
}
export interface MaskedInputProps extends HTMLAttributes<any> {
interface MaskedInputProps extends HTMLAttributes<any> {
mask: string;

@@ -35,2 +34,1 @@ formatCharacter?: CharsFormatters;

}
{
"name": "@types/react-maskedinput",
"version": "3.3.1",
"version": "3.3.2",
"description": "TypeScript definitions for react-maskedinput",
"license": "MIT",
"author": "Karol Janyst <https://github.com/LKay>",
"contributors": [
{
"name": "Karol Janyst",
"url": "https://github.com/LKay"
}
],
"main": "",

@@ -17,4 +22,4 @@ "repository": {

"peerDependencies": {},
"typesPublisherContentHash": "8e966dbf6c2828329b0fbb69f423e8014b0dd3bcc4ece3184805c08bb6b1dfab",
"typesPublisherContentHash": "674e7e159e6d4604df41ee8dd4a25abb2285356992064d2d68e2e50223dae29c",
"typeScriptVersion": "2.1"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Mon, 23 Jan 2017 21:31:33 GMT
* Last updated: Tue, 28 Mar 2017 18:07:44 GMT
* Dependencies: react

@@ -14,0 +14,0 @@ * Global values: MaskedInput

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