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

@akad/design-system

Package Overview
Dependencies
Maintainers
0
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@akad/design-system - npm Package Compare versions

Comparing version 0.1.0-beta.4 to 0.1.0-beta.5

react/helpers/validator.test.d.ts

2

package.json
{
"name": "@akad/design-system",
"version": "0.1.0-beta.4",
"version": "0.1.0-beta.5",
"main": "react/react.js",

@@ -5,0 +5,0 @@ "types": "react/main.d.ts",

@@ -0,1 +1,7 @@

import { MaskedOptions } from 'imask';
interface MaskedDynamic {
value: string;
compiledMasks: MaskedOptions[];
}
declare const maskConfig: {

@@ -29,3 +35,9 @@ currency: {

};
'phone-br': {
mask: {
mask: string;
}[];
dispatch: (appended: string, dynamicMasked: MaskedDynamic) => Partial<Pick<import('imask').Masked<any>, "mask" | "parent" | "prepare" | "prepareChar" | "validate" | "commit" | "format" | "parse" | "overwrite" | "eager" | "skipInvalid" | "autofix">>;
};
};
export default maskConfig;
import { default as Ajv } from 'ajv';
export declare const createAjvInstance: () => Ajv;
export declare function emailValidator(email: string): boolean;
export declare function phoneBrValidator(phone: string): boolean;

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

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