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

react-media-library

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-media-library - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

build/components/ReactMediaLibraryTabs.js

@@ -11,3 +11,3 @@ import * as React from "react";

React.createElement(FileUpload, { fileUploadCallback: props.fileUploadCallback }))),
(props.fileLibraryList.length > 0) && (React.createElement(Tab, { eventKey: "library", title: "Library" },
(Array.isArray(props.fileLibraryList) && props.fileLibraryList.length > 0) && (React.createElement(Tab, { eventKey: "library", title: "Library" },
React.createElement(FileLibrary, { fileLibraryList: props.fileLibraryList, fileSelectCallback: props.fileSelectCallback, fileDeleteCallback: props.fileDeleteCallback, libraryCardComponent: props.libraryCardComponent })))));

@@ -14,0 +14,0 @@ };

{
"name": "react-media-library",
"version": "1.0.2",
"version": "1.0.3",
"description": "React Media Library is a UI package similar to the WordPress media library, but for React. It features file drag-and-drop as well as a library to select previously uploaded files.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/Richard1320/React-Media-Library#readme",

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