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.14 to 0.0.15

4

dist/index.js

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

if (event.data === "mainModalHidden") {
_this2.holder.current.style.display = 'none';
if (_this2.holder && _this2.holder.current) {
_this2.holder.current.style.display = 'none';
}
_this2.isModalShown = false;

@@ -74,0 +76,0 @@ onClose === null || onClose === void 0 ? void 0 : onClose();

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

if (event.data === "mainModalHidden") {
_this2.holder.current.style.display = 'none';
if (_this2.holder && _this2.holder.current) {
_this2.holder.current.style.display = 'none';
}
_this2.isModalShown = false;

@@ -71,0 +73,0 @@ onClose === null || onClose === void 0 ? void 0 : onClose();

{
"name": "@csvbox/react",
"version": "0.0.14",
"version": "0.0.15",
"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