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

@bynder/compact-view

Package Overview
Dependencies
Maintainers
5
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bynder/compact-view - npm Package Compare versions

Comparing version 1.5.0-beta.3 to 1.5.0-beta.4

11

index.d.ts
/// <reference types="react" />
export declare type assetType = "IMAGE" | "AUDIO" | "VIDEO" | "DOCUMENT";
export declare type assetFilter = {
readonly assetType_in?: assetType[];
readonly collectionId?: string;
readonly metapropertyOptionId_in?: string[];
readonly searchTerm?: string;
readonly tagNames_in?: string[];
};
export declare type CompactView_Props = {
readonly assetFilter?: assetFilter;
readonly assetTypes?: assetType[];

@@ -172,2 +180,3 @@ readonly defaultSearchTerm?: string;

export declare type CompactViewWithLogin_Props = {
readonly assetFilter?: assetFilter;
readonly assetTypes?: assetType[];

@@ -335,6 +344,6 @@ readonly defaultSearchTerm?: string;

}>) => unknown;
readonly onClose?: (_1: void) => void;
readonly showCollections?: boolean;
readonly onClose?: (_1: void) => void;
readonly children?: unknown;
};
export declare const CompactViewWithLogin: React.ComponentClass<CompactViewWithLogin_Props>;

7

package.json
{
"name": "@bynder/compact-view",
"description": "Bynder Compact View",
"version": "1.5.0-beta.3",
"version": "1.5.0-beta.4",
"author": "Bynder",
"license": "UNLICENSED",
"main": "index.js",
"files": [
"index.js",
"index.d.ts"
],
"files": ["index.js", "index.d.ts"],
"dependencies": {},

@@ -13,0 +10,0 @@ "peerDependencies": {

Sorry, the diff of this file is too big to display

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