New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@tyriar/fibonacci-heap

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tyriar/fibonacci-heap - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

lib/fibonacciHeap.js

13

package.json
{
"name": "@tyriar/fibonacci-heap",
"version": "2.0.1",
"version": "2.0.2",
"description": "An implementation of the Fibonacci heap data structure",

@@ -10,3 +10,4 @@ "scripts": {

"watch": "tsc -w",
"coveralls": "nyc report --reporter=text-lcov | coveralls"
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"prepublish": "npm run build"
},

@@ -41,3 +42,9 @@ "repository": {

"typescript": "^2.6.2"
}
},
"files": [
"lib/*.js",
"lib/*.js.map",
"lib/**/*.js",
"lib/**/*.js.map"
]
}
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