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.4.5 to 1.4.6

6

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

@@ -35,4 +35,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cleave.js",

},
"typesPublisherContentHash": "07961f34100060f703a8e387661851918a85f5ccab312b7b25a010767d46d757",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "7fe582143ff4d4f78aa64e58d29f8a8fbb357a16d46af1ed3d32c44f943e9d68",
"typeScriptVersion": "3.8"
}

@@ -1,6 +0,9 @@

import * as React from "react";
import { CleaveOptions } from "../options";
import Cleave = require('../');
import * as React from 'react';
import { CleaveOptions } from '../options';
export type InitHandler = (owner: React.ReactInstance) => void;
export type ReactInstanceWithCleave = React.ReactInstance & Omit<Cleave, 'destroy'>;
export type InitHandler = (owner: ReactInstanceWithCleave) => void;
export interface ChangeEvent<T> extends React.ChangeEvent<T> {

@@ -7,0 +10,0 @@ target: { rawValue: string } & EventTarget & T;

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

### Additional Details
* Last updated: Tue, 06 Jul 2021 18:05:52 GMT
* Last updated: Thu, 25 Nov 2021 01:31:06 GMT
* Dependencies: [@types/react](https://npmjs.com/package/@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