🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

@csvbox/react

Package Overview
Dependencies
Maintainers
0
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@csvbox/react - npm Package Compare versions

Comparing version

to
1.1.12

0

@types/csvbox__react.d.ts

@@ -0,0 +0,0 @@ import React, { PropsWithChildren } from 'react';

6

dist/index.js

@@ -30,3 +30,3 @@ function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }

var version = "1.1.11";
var version = "1.1.12";

@@ -142,6 +142,8 @@ var CSVBoxButton = /*#__PURE__*/function (_Component) {

primary_row_data.forEach(function (row_data) {
var _row_data$data;
var x = {};
var dynamic_columns = {};
var virtual_data = {};
row_data.data.forEach(function (col, i) {
(_row_data$data = row_data.data) === null || _row_data$data === void 0 ? void 0 : _row_data$data.forEach(function (col, i) {
if (col == undefined) {

@@ -148,0 +150,0 @@ col = "";

@@ -27,3 +27,3 @@ import React, { Component } from 'react';

var version = "1.1.11";
var version = "1.1.12";

@@ -139,6 +139,8 @@ var CSVBoxButton = /*#__PURE__*/function (_Component) {

primary_row_data.forEach(function (row_data) {
var _row_data$data;
var x = {};
var dynamic_columns = {};
var virtual_data = {};
row_data.data.forEach(function (col, i) {
(_row_data$data = row_data.data) === null || _row_data$data === void 0 ? void 0 : _row_data$data.forEach(function (col, i) {
if (col == undefined) {

@@ -145,0 +147,0 @@ col = "";

{
"name": "@csvbox/react",
"version": "1.1.11",
"version": "1.1.12",
"description": "React adapter for csvbox.io",

@@ -5,0 +5,0 @@ "types": "@types/csvbox__react.d.ts",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet