richlagetest
Advanced tools
Comparing version 0.0.0-c3497ae916083b3348946dca8135c80bbe4d3833 to 0.0.0-c7460379ebee0fdcd37a17f5bbce57ac538564d9
@@ -1,6 +0,8 @@ | ||
export { createGiphyPlugin } from './createGiphyPlugin'; | ||
export { default as GiphyViewer } from './giphy-viewer'; | ||
export { GIPHY_TYPE } from './types'; | ||
export { Modals, ModalsMap } from './modals'; | ||
export { pluginGiphy } from './editor'; | ||
export * from './types'; | ||
export * from './utils'; | ||
export { RicosEngine } from './RicosEngine'; | ||
export { default as themeStrategy } from './themeStrategy/themeStrategy'; | ||
export { default as localeStrategy } from './localeStrategy/localeStrategy'; | ||
export { DRAFT_EDITOR_PROPS } from './consts'; | ||
export { DraftContent, RicosContent } from 'wix-rich-content-common'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -1,142 +0,4 @@ | ||
import { EditorPluginConfig, ViewerPluginConfig } from 'wix-rich-content-common'; | ||
export declare const GIPHY_TYPE = "wix-draft-plugin-giphy"; | ||
export interface GiphyPluginEditorConfig extends EditorPluginConfig { | ||
[key: string]: any; | ||
} | ||
export interface GiphyPluginViewerConfig extends ViewerPluginConfig { | ||
[key: string]: any; | ||
} | ||
export interface GIFObject { | ||
type: string; | ||
id: string; | ||
slug: string; | ||
url: string; | ||
bitly_gif_url: string; | ||
bitly_url: string; | ||
embed_url: string; | ||
username: string; | ||
source: string; | ||
rating: string; | ||
caption: string; | ||
content_url: string; | ||
source_tld: string; | ||
source_post_url: string; | ||
import_datetime: string; | ||
trending_datetime: string; | ||
images: ImageObject; | ||
meta: MetaObject; | ||
title: string; | ||
} | ||
export interface ImageObject { | ||
fixed_height: { | ||
url: string; | ||
width: string; | ||
height: string; | ||
size: string; | ||
mp4: string; | ||
mp4_size: string; | ||
webp: string; | ||
webp_size: string; | ||
}; | ||
fixed_height_still: { | ||
url: string; | ||
width: string; | ||
height: string; | ||
}; | ||
fixed_height_downsampled: { | ||
url: string; | ||
width: string; | ||
height: string; | ||
size: string; | ||
webp: string; | ||
webp_size: string; | ||
}; | ||
fixed_width: { | ||
url: string; | ||
width: string; | ||
height: string; | ||
size: string; | ||
mp4: string; | ||
mp4_size: string; | ||
webp: string; | ||
webp_size: string; | ||
}; | ||
fixed_width_still: { | ||
url: string; | ||
width: string; | ||
height: string; | ||
}; | ||
fixed_width_downsampled: { | ||
url: string; | ||
width: string; | ||
height: string; | ||
size: string; | ||
webp: string; | ||
webp_size: string; | ||
}; | ||
fixed_height_small: { | ||
url: string; | ||
width: string; | ||
height: string; | ||
size: string; | ||
webp: string; | ||
webp_size: string; | ||
}; | ||
fixed_height_small_still: { | ||
url: string; | ||
width: string; | ||
height: string; | ||
}; | ||
fixed_width_small: { | ||
url: string; | ||
width: string; | ||
height: string; | ||
size: string; | ||
webp: string; | ||
webp_size: string; | ||
}; | ||
fixed_width_small_still: { | ||
url: string; | ||
width: string; | ||
height: string; | ||
}; | ||
downsized: { | ||
url: string; | ||
width: string; | ||
height: string; | ||
size: string; | ||
}; | ||
downsized_still: { | ||
url: string; | ||
width: string; | ||
height: string; | ||
}; | ||
downsized_large: { | ||
url: string; | ||
width: string; | ||
height: string; | ||
size: string; | ||
}; | ||
original: { | ||
url: string; | ||
width: string; | ||
height: string; | ||
size: string; | ||
frames: string; | ||
mp4: string; | ||
mp4_size: string; | ||
webp: string; | ||
webp_size: string; | ||
}; | ||
original_still: { | ||
url: string; | ||
width: string; | ||
height: string; | ||
}; | ||
} | ||
export interface MetaObject { | ||
msg: string; | ||
status: number; | ||
response_id: string; | ||
} | ||
export * from './pluginsStrategy/pluginTypes'; | ||
export * from './themeStrategy/themeTypes'; | ||
export * from './RicosTypes'; | ||
//# sourceMappingURL=types.d.ts.map |
@@ -1,1 +0,1 @@ | ||
{"name":"richlagetest","version":"0.0.0-c3497ae916083b3348946dca8135c80bbe4d3833"} | ||
{"name":"richlagetest","version":"0.0.0-c7460379ebee0fdcd37a17f5bbce57ac538564d9"} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 3 instances in 1 package
490979
664
3
2
1
47