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

@csvbox/react

Package Overview
Dependencies
Maintainers
2
Versions
34
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 0.0.11 to 0.0.12

7

dist/index.js

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

var dynamicColumns = this.props.dynamicColumns;
var options = this.props.options;
window.addEventListener("message", function (event) {

@@ -91,2 +92,8 @@ if (event.data === "mainModalHidden") {

}
if (options) {
iframe.contentWindow.postMessage({
"options": options
}, "*");
}
};

@@ -93,0 +100,0 @@ };

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

var dynamicColumns = this.props.dynamicColumns;
var options = this.props.options;
window.addEventListener("message", function (event) {

@@ -88,2 +89,8 @@ if (event.data === "mainModalHidden") {

}
if (options) {
iframe.contentWindow.postMessage({
"options": options
}, "*");
}
};

@@ -90,0 +97,0 @@ };

2

package.json
{
"name": "@csvbox/react",
"version": "0.0.11",
"version": "0.0.12",
"description": "React adapter for csvbox.io",

@@ -5,0 +5,0 @@ "author": "csvbox-io",

Sorry, the diff of this file is not supported yet

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