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.3.0 to 1.3.1

cleave.js/react/props.d.ts

0

cleave.js/index.d.ts

@@ -0,0 +0,0 @@ // Type definitions for cleave.js 1.3

@@ -0,0 +0,0 @@ import Cleave = require("../");

@@ -0,0 +0,0 @@ import { CreditCardTypeChangeHandler } from "./creditCard";

6

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

@@ -26,3 +26,3 @@ "license": "MIT",

"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
},

@@ -33,4 +33,4 @@ "scripts": {},

},
"typesPublisherContentHash": "4347e6454c35967d71f35d8442cac0ff0d90d1665bacddda7d01ccd9af43c668",
"typesPublisherContentHash": "21b4a88e0e46709fa2d49fad4f81053155e1ea0c3864fa3d18b18b9262d17e98",
"typeScriptVersion": "2.8"
}
import * as React from "react";
import { CleaveOptions } from "../options";
import { Props } from "./props";
type InitHandler = (owner: React.ReactInstance) => void;
interface Props extends React.InputHTMLAttributes<HTMLInputElement> {
onInit?: InitHandler;
options: CleaveOptions;
htmlRef?: (i: any) => void;
}
declare var Cleave: React.ComponentClass<Props>;
export = Cleave;

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cleave.js
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cleave.js
Additional Details
* Last updated: Wed, 02 May 2018 16:04:55 GMT
* Last updated: Mon, 16 Jul 2018 17:07:43 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