Huge News!Announcing our $40M Series B led by Abstract Ventures.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 4.0.0 to 4.0.1

7

react-maskedinput/index.d.ts
// Type definitions for react-maskedinput 4.0
// Project: https://github.com/insin/react-maskedinput
// Definitions by: Karol Janyst <https://github.com/LKay>,
// Adam Lavin <https://github.com/lavoaster>
// Definitions by: Karol Janyst <https://github.com/LKay>
// Adam Lavin <https://github.com/lavoaster>
// Carlos Bonetti <https://github.com/CarlosBonetti>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -19,3 +20,3 @@ // TypeScript Version: 2.3

export interface MaskedInputProps extends React.HTMLAttributes<any> {
export interface MaskedInputProps extends React.InputHTMLAttributes<any> {
mask: string;

@@ -22,0 +23,0 @@ formatCharacter?: CharsFormatters;

{
"name": "@types/react-maskedinput",
"version": "4.0.0",
"version": "4.0.1",
"description": "TypeScript definitions for react-maskedinput",

@@ -14,2 +14,6 @@ "license": "MIT",

"url": "https://github.com/lavoaster"
},
{
"name": "Carlos Bonetti",
"url": "https://github.com/CarlosBonetti"
}

@@ -27,4 +31,4 @@ ],

"peerDependencies": {},
"typesPublisherContentHash": "3e0947b9dd638a5bd12437b8597a17d29b357c3caaed1ae8b814bd750921c2c9",
"typesPublisherContentHash": "760f36ba7046a9f1c64fc269cdfb0c948f494d44894bc23ad022c1d23f85db45",
"typeScriptVersion": "2.3"
}

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

Additional Details
* Last updated: Mon, 17 Jul 2017 19:27:11 GMT
* Last updated: Wed, 09 Aug 2017 14:12:23 GMT
* Dependencies: react

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by Karol Janyst <https://github.com/LKay>, Adam Lavin <https://github.com/lavoaster>.
These definitions were written by Karol Janyst <https://github.com/LKay>, Adam Lavin <https://github.com/lavoaster>, Carlos Bonetti <https://github.com/CarlosBonetti>.

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