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

@types/cleave.js

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/cleave.js - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

15

cleave.js/index.d.ts

@@ -9,3 +9,16 @@ // Type definitions for cleave.js 1.0

declare function Cleave(selector: string, options: CleaveOptions): void;
declare class Cleave {
constructor(selector: string, options: CleaveOptions);
getRawValue(): string;
setRawValue(value: string): void;
getFormattedValue(): string;
destroy(): void;
setPhoneRegionCode(regionCode: string): void;
}
export = Cleave;

@@ -0,0 +0,0 @@ // Credit Card Options

4

cleave.js/package.json
{
"name": "@types/cleave.js",
"version": "1.0.1",
"version": "1.0.2",
"description": "TypeScript definitions for cleave.js",

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

},
"typesPublisherContentHash": "9eb31775733e95516f9b4723da347d863c123170d85b3f4ee5bd5ec9f31ba1fa",
"typesPublisherContentHash": "e593613140b786accc1b93461c3f7a381a6bd34b1c9772822081a772dbc63588",
"typeScriptVersion": "2.3"
}

@@ -0,0 +0,0 @@ import * as React from "react";

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

Additional Details
* Last updated: Mon, 13 Nov 2017 23:49:21 GMT
* Last updated: Fri, 19 Jan 2018 22:53:49 GMT
* Dependencies: react

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

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