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

@bynder/compact-view

Package Overview
Dependencies
Maintainers
6
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 3.0.0 to 3.1.0

1

components.d.ts

@@ -43,2 +43,3 @@ /// <reference types="react" />

isWatermarked: boolean;
isLimitedUse: boolean;
metaproperties?: {

@@ -45,0 +46,0 @@ nodes: MetapropertyType[];

4

index.d.ts

@@ -59,2 +59,3 @@ /// <reference types="react" />

};
hideLimitedUse?: boolean;
}

@@ -74,6 +75,7 @@ interface Props {

selectedAssets?: string[];
hideLimitedUse?: boolean;
}
declare function App({ assetFieldSelection, assetFilter, assetTypes, defaultSearchTerm, language, mode,
// eslint-disable-next-line no-console
onSuccess, theme, hideExternalAccess, selectedAssets }: Props): JSX.Element;
onSuccess, theme, hideExternalAccess, selectedAssets, hideLimitedUse }: Props): JSX.Element;
declare const CompactView: typeof App;

@@ -80,0 +82,0 @@ type CompactViewProps = Props;

{
"name": "@bynder/compact-view",
"description": "Bynder Compact View",
"version": "3.0.0",
"version": "3.1.0",
"author": "Bynder",

@@ -6,0 +6,0 @@ "license": "UNLICENSED",

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

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