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

@types/react-text-mask

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-text-mask - npm Package Compare versions

Comparing version 5.1.0 to 5.4.0

12

react-text-mask/index.d.ts

@@ -1,8 +0,8 @@

// Type definitions for react-text-mask 5.1
// Type definitions for react-text-mask 5.4
// Project: https://github.com/text-mask/text-mask
// Definitions by: Guilherme Hübner <https://github.com/guilhermehubner>
// Definitions by: Guilherme Hübner <https://github.com/guilhermehubner>, Deividi Cavarzan <https://github.com/cavarzan>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.6
import * as React from "react";
import * as React from 'react';

@@ -20,5 +20,7 @@ export type maskArray = Array<string | RegExp>;

pipe?: (conformedValue: string, config: any) => false | string | { value: string, indexesOfPipedChars: number[] };
pipe?: (conformedValue: string, config: any) => false | string | { value: string; indexesOfPipedChars: number[] };
showMask?: boolean;
render?: (ref: MaskedInput, props: any) => any;
}

@@ -29,3 +31,3 @@

meta: {
someCharsRejected: boolean
someCharsRejected: boolean;
};

@@ -32,0 +34,0 @@ }

{
"name": "@types/react-text-mask",
"version": "5.1.0",
"version": "5.4.0",
"description": "TypeScript definitions for react-text-mask",

@@ -11,2 +11,7 @@ "license": "MIT",

"githubUsername": "guilhermehubner"
},
{
"name": "Deividi Cavarzan",
"url": "https://github.com/cavarzan",
"githubUsername": "cavarzan"
}

@@ -17,3 +22,3 @@ ],

"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git.git"
},

@@ -24,4 +29,4 @@ "scripts": {},

},
"typesPublisherContentHash": "84a06ef33f9038203e0fb8fbd51671006d80153cd1a29c79d77dbedc1f09e71b",
"typesPublisherContentHash": "6c43273b80ecf792d7201b06d99bd06f1519caa573a4c7d3113bed3ac684e105",
"typeScriptVersion": "2.6"
}

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-text-mask
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped.git/tree/master/types/react-text-mask
Additional Details
* Last updated: Thu, 15 Mar 2018 23:17:56 GMT
* Last updated: Fri, 18 May 2018 20:19:36 GMT
* Dependencies: react

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

# Credits
These definitions were written by Guilherme Hübner <https://github.com/guilhermehubner>.
These definitions were written by Guilherme Hübner <https://github.com/guilhermehubner>, Deividi Cavarzan <https://github.com/cavarzan>.
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