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.4 to 5.4.5

2

react-text-mask/index.d.ts

@@ -49,4 +49,4 @@ // Type definitions for react-text-mask 5.4

text: string,
mask: maskArray,
mask: maskArray | ((value: string) => maskArray),
config: any
): conformToMaskResult;
{
"name": "@types/react-text-mask",
"version": "5.4.4",
"version": "5.4.5",
"description": "TypeScript definitions for react-text-mask",

@@ -27,3 +27,4 @@ "license": "MIT",

"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/react-text-mask"
},

@@ -34,4 +35,4 @@ "scripts": {},

},
"typesPublisherContentHash": "19dac884930fc697b2758cba091143fbfb195f41ce337105c3c4e017ec51837c",
"typesPublisherContentHash": "4d336f21bcf688b44ce1c96bee8b8e16103595adf9ff7ef4adbf9caf22371ddd",
"typeScriptVersion": "2.8"
}

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

Additional Details
* Last updated: Wed, 13 Feb 2019 21:06:18 GMT
* Last updated: Fri, 31 May 2019 16:49:44 GMT
* Dependencies: @types/react

@@ -14,0 +14,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