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

treetabular

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

treetabular - npm Package Compare versions

Comparing version 3.2.0 to 3.2.1

5

CHANGELOG.md
## treetabular
3.2.1 / 2017-02-25
==================
* Fix - `tree.getParents` allows `undefined` parents now. #10
3.2.0 / 2017-02-25

@@ -4,0 +9,0 @@ ==================

2

dist/get-parents.js

@@ -39,3 +39,3 @@ 'use strict';

if (cell[parentField] === null) {
if (cell[parentField] === null || typeof cell[parentField] === 'undefined') {
break;

@@ -42,0 +42,0 @@ }

{
"name": "treetabular",
"version": "3.2.0",
"version": "3.2.1",
"description": "Tree utilities",

@@ -5,0 +5,0 @@ "scripts": {

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