New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.4.8 to 5.4.9

6

react-text-mask/index.d.ts

@@ -7,11 +7,11 @@ // Type definitions for react-text-mask 5.4

// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8
// Minimum TypeScript Version: 3.9
import * as React from "react";
export type maskArray = Array<string | RegExp> | boolean;
export type maskArray = Array<string | RegExp> | false;
export interface MaskedInputProps
extends React.InputHTMLAttributes<HTMLInputElement> {
mask?: maskArray | ((value: string) => maskArray) | undefined;
mask: maskArray | ((value: string) => maskArray);

@@ -18,0 +18,0 @@ guide?: boolean | undefined;

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

@@ -35,4 +35,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-text-mask",

},
"typesPublisherContentHash": "ba07e8d4935ef31ba73505c585e95b5c0b799b7aba640fac12cd3310b89c48ef",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "7b0fd24ba946df7547bb7f09387aad5a888c9cb65c6feaee95e1116346365647",
"typeScriptVersion": "3.9"
}

@@ -17,11 +17,11 @@ # Installation

// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8
// Minimum TypeScript Version: 3.9
import * as React from "react";
export type maskArray = Array<string | RegExp> | boolean;
export type maskArray = Array<string | RegExp> | false;
export interface MaskedInputProps
extends React.InputHTMLAttributes<HTMLInputElement> {
mask?: maskArray | ((value: string) => maskArray) | undefined;
mask: maskArray | ((value: string) => maskArray);

@@ -67,3 +67,3 @@ guide?: boolean | undefined;

### Additional Details
* Last updated: Wed, 07 Jul 2021 18:31:47 GMT
* Last updated: Wed, 04 Aug 2021 09:31:28 GMT
* Dependencies: [@types/react](https://npmjs.com/package/@types/react)

@@ -70,0 +70,0 @@ * Global values: none

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