@pitcher/canvas-ui
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -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
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
8316984
138
76089
1
0