Socket
Socket
Sign inDemoInstall

@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.7 to 1.4.8

2

cleave.js/index.d.ts

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

import { CleaveOptions } from './options';
import { CleaveOptions } from "./options";

@@ -12,0 +12,0 @@ interface Properties extends CleaveOptions {

{
"name": "@types/cleave.js",
"version": "1.4.7",
"version": "1.4.8",
"description": "TypeScript definitions for cleave.js",

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

},
"typesPublisherContentHash": "03c139ed055e5523c6ea502f4e1da468dc88703e1b299c76c605cf1fdbeff0db",
"typeScriptVersion": "3.9"
"typesPublisherContentHash": "3dc574056376d7130bd6c1a00295843eadfad25dce7de5153b9bc7a351e3fe82",
"typeScriptVersion": "4.3"
}

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

import Cleave = require('../');
import * as React from 'react';
import { CleaveOptions } from '../options';
import Cleave = require("../");
import * as React from "react";
import { CleaveOptions } from "../options";
export type ReactInstanceWithCleave = React.ReactInstance & Omit<Cleave, 'destroy'>;
export type ReactInstanceWithCleave = React.ReactInstance & Omit<Cleave, "destroy">;

@@ -7,0 +7,0 @@ export type InitHandler = (owner: ReactInstanceWithCleave) => void;

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

### Additional Details
* Last updated: Mon, 06 Jun 2022 22:31:31 GMT
* Last updated: Mon, 04 Sep 2023 15:40:52 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