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

typescript-data-structures

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typescript-data-structures - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

dist/binary-search-tree/binary-search-tree.d.ts

7

package.json
{
"name": "typescript-data-structures",
"version": "1.1.0",
"version": "1.1.1",
"description": "A collection of TypeScript classes to create and use common data structures",
"author": "RCMiron",
"license": "MIT",
"main": "./index.js",
"types": "./index.d.ts",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"keywords": ["data structures", "typescript", "linked list", "binary search tree"],
"scripts": {

@@ -10,0 +11,0 @@ "test": "echo \"Error: no test specified\" && exit 1",

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