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

bint

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bint - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

dist/bint.d.ts

23

package.json
{
"name": "bint",
"version": "0.0.1",
"version": "0.0.2",
"description": "A binary tree implementation, providing a standalone class that can be used as a data structure in other projects.",
"main": "bint.js",
"typings": "dist/bint.d.ts",
"scripts": {
"build": "npm run build:ts && npm run build:umd",
"build:ts": "tsc",
"build:umd": "rollup -c",
"lint": "tslint -c tslint.json 'src/*.ts'"
},

@@ -26,8 +30,17 @@ "repository": {

],
"author": "",
"license": "ISC",
"author": "Brad Davies",
"license": "MIT",
"bugs": {
"url": "https://github.com/varbrad/bint/issues"
},
"homepage": "https://github.com/varbrad/bint#readme"
"homepage": "https://github.com/varbrad/bint#readme",
"devDependencies": {
"rollup": "^0.41.6",
"rollup-plugin-uglify": "^1.0.1",
"tslint": "^5.0.0",
"typescript": "^2.2.2"
},
"dependencies": {
"bintrees": "^1.0.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