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

json-to-table

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-to-table - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

2

index.js

@@ -48,3 +48,3 @@ var traverse = require('traverse'),

}
if (header.indexOf('`') > -1) { // One of those special cases where a path is nested, AND has a dot in the name.
if (header.indexOf('`') > -1 && header.indexOf('.') > -1) { // One of those special cases where a path is nested, AND has a dot in the name.
var parts = header.split('.`'),

@@ -51,0 +51,0 @@ head = parts[0].replace(/\`/g, ''),

{
"name": "json-to-table",
"version": "2.1.0",
"version": "2.1.1",
"description": "Convert an array of Objects into a table format",

@@ -5,0 +5,0 @@ "main": "index.js",

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