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

@pitcher/canvas-ui

Package Overview
Dependencies
Maintainers
8
Versions
1171
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pitcher/canvas-ui - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

types/openapi/models/FileAnalytics.d.ts

4

lib/main.lib.d.ts

@@ -1,6 +0,6 @@

export { NConfigProvider, NGlobalStyle } from 'naive-ui';
export { lightThemeOverrides } from '../naive/theme-overrides';
export { NColorPicker } from 'naive-ui';
export { default as CButton } from './CButton/CButton.vue';
export { default as CIcon } from './CIcon/CIcon.vue';
export { default as CCanvasManager } from './CCanvasManager/CCanvasManager.vue';
export * from '../types/openapi';
export * from 'naive-ui';
{
"name": "@pitcher/canvas-ui",
"version": "1.0.6",
"version": "1.0.7",
"type": "module",
"main": "canvas-ui.js"
}

@@ -26,2 +26,4 @@ export { AccessEnum } from './models/AccessEnum';

export type { File } from './models/File';
export type { FileAnalytics } from './models/FileAnalytics';
export type { FileAnalyticsResult } from './models/FileAnalyticsResult';
export type { FileRequest } from './models/FileRequest';

@@ -28,0 +30,0 @@ export { FileTypesEnum } from './models/FileTypesEnum';

@@ -15,3 +15,3 @@ import type { AccessEnum } from './AccessEnum';

tags?: Array<string>;
metadata: Record<string, any>;
metadata?: Record<string, any>;
readonly size: number | null;

@@ -18,0 +18,0 @@ readonly status: StatusDb9Enum;

@@ -15,3 +15,3 @@ import type { AccessEnum } from './AccessEnum';

tags?: Array<string>;
metadata: Record<string, any>;
metadata?: Record<string, any>;
readonly size: number | null;

@@ -18,0 +18,0 @@ readonly status: StatusDb9Enum;

@@ -7,3 +7,3 @@ import type { AccessEnum } from './AccessEnum';

tags?: Array<string>;
metadata: Record<string, any>;
metadata?: Record<string, any>;
content: Blob;

@@ -10,0 +10,0 @@ thumbnail?: Blob;

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

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