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

mrv-design-system

Package Overview
Dependencies
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mrv-design-system - npm Package Compare versions

Comparing version 0.20.0 to 0.20.1

6

CHANGELOG.md

@@ -5,2 +5,8 @@ # Changelog

## [0.20.1] - 26/05/2020
### Features
- Added the `cpfcnpj` maskType to the `MaskedInput` component
## [0.20.0] - 26/05/2020

@@ -7,0 +13,0 @@

4

components/dist/types/MaskedInput/index.d.ts

@@ -17,2 +17,6 @@ import React from 'react';

};
cpfcnpj: {
mask: (rawValue: string) => (string | RegExp)[];
placeholder: string;
};
date: {

@@ -19,0 +23,0 @@ mask: (string | RegExp)[];

2

package.json
{
"name": "mrv-design-system",
"version": "0.20.0",
"version": "0.20.1",
"license": "MIT",

@@ -5,0 +5,0 @@ "main": "dist/cjs/index.js",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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