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

@types/bintrees

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/bintrees - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

5

bintrees/index.d.ts

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

// Type definitions for bintrees 1.0.2
// Project: https://github.com/vadimg/js_bintrees
// Definitions by: Cayle Sharrock <https://github.com/CjS77>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare module "bintrees" {

@@ -7,0 +2,0 @@ type Callback<T> = (item: T) => void;

8

bintrees/package.json
{
"name": "@types/bintrees",
"version": "1.0.4",
"version": "1.0.5",
"description": "TypeScript definitions for bintrees",

@@ -10,4 +10,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bintrees",

"name": "Cayle Sharrock",
"url": "https://github.com/CjS77",
"githubUsername": "CjS77"
"githubUsername": "CjS77",
"url": "https://github.com/CjS77"
}

@@ -24,4 +24,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "bd3b6abc218a0e6a5e35272db7aa74e9f4ffcd12720e5d36dd3d85e6557d1d20",
"typesPublisherContentHash": "2266b95a89a125fc8b0fb7f8bde7724b6f716f5c1470677b7229b4063001c844",
"typeScriptVersion": "4.5"
}

@@ -11,7 +11,2 @@ # Installation

````ts
// Type definitions for bintrees 1.0.2
// Project: https://github.com/vadimg/js_bintrees
// Definitions by: Cayle Sharrock <https://github.com/CjS77>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare module "bintrees" {

@@ -75,7 +70,6 @@ type Callback<T> = (item: T) => void;

### Additional Details
* Last updated: Fri, 15 Sep 2023 19:06:48 GMT
* Last updated: Tue, 17 Oct 2023 22:10:13 GMT
* Dependencies: none
* Global values: none
# Credits
These definitions were written by [Cayle Sharrock](https://github.com/CjS77).
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