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

@json2csv/plainjs

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@json2csv/plainjs - npm Package Compare versions

Comparing version 6.1.0 to 6.1.1

4

package.json
{
"name": "@json2csv/plainjs",
"version": "6.1.0",
"version": "6.1.1",
"description": "Pure Javascript JSON to CSV converter.",

@@ -47,3 +47,3 @@ "keywords": [

"dependencies": {
"@json2csv/formatters": "^6.1.0",
"@json2csv/formatters": "^6.1.1",
"@streamparser/json": "^0.0.10",

@@ -50,0 +50,0 @@ "lodash.get": "^4.4.2"

@@ -9,3 +9,3 @@ export function getProp(obj, path, defaultValue) {

// This is faster but susceptible to `RangeError: Maximum call stack size exceeded`
acc.push(...arr);
Array.isArray(arr) ? acc.push(...arr) : acc.push(arr);
return acc;

@@ -12,0 +12,0 @@ } catch (err) {

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