Socket
Socket
Sign inDemoInstall

ts-heap

Package Overview
Dependencies
0
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.3 to 0.1.4

8

package.json
{
"name": "ts-heap",
"version": "0.1.3",
"version": "0.1.4",
"description": "Heap data-structure, written in typescript.",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"main": "./lib/Heap.js",
"typings": "./lib/Heap.d.ts",
"files": [

@@ -13,3 +13,3 @@ "lib/",

"test": "gulp build && just-test",
"prepublishOnly": "gulp build && gulp package && just-test"
"prepublishOnly": "gulp build && just-test && gulp package "
},

@@ -16,0 +16,0 @@ "author": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc