Socket
Socket
Sign inDemoInstall

performant-array-to-tree

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

performant-array-to-tree - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

11

package.json
{
"name": "performant-array-to-tree",
"version": "1.0.3",
"version": "1.0.4",
"description": "Converts an array of items with ids and parent ids to a nested tree in a performant `O(n)` way. Runs in browsers and node.",

@@ -8,8 +8,9 @@ "main": "build/arrayToTree.min.js",

"author": "Philip Stanislaus <stanislaus.philip@gmail.com>",
"repository": "philipstanislaus/performant-array-to-tree",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"@types/chai": "^3.5.2",
"@types/chai": "^4.0.4",
"@types/mocha": "^2.2.41",
"chai": "^3.5.0",
"chai": "^4.1.2",
"coveralls": "^2.13.1",

@@ -21,5 +22,5 @@ "istanbul": "^0.4.5",

"tslint": "^5.2.0",
"tslint-config-standard": "^5.0.2",
"tslint-config-standard": "^6.0.1",
"typescript": "^2.3.2",
"uglify-js": "^2.8.23"
"uglify-js": "^3.1.1"
},

@@ -26,0 +27,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

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