Socket
Socket
Sign inDemoInstall

richlagetest

Package Overview
Dependencies
0
Maintainers
1
Versions
150
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.0-57f41c2b99c9c225fece602588df86a73f177b44 to 0.0.0-59bd9c5c0b9353fd93f9456649e093b4d7cacedd

dist/loadable/viewer/cjs/giphy-viewer.cjs.js

12

dist/src/index.d.ts

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

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';
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';
//# sourceMappingURL=index.d.ts.map

@@ -1,4 +0,142 @@

export * from './pluginsStrategy/pluginTypes';
export * from './themeStrategy/themeTypes';
export * from './RicosTypes';
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;
}
//# sourceMappingURL=types.d.ts.map

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

{"name":"richlagetest","version":"0.0.0-57f41c2b99c9c225fece602588df86a73f177b44"}
{"name":"richlagetest","version":"0.0.0-59bd9c5c0b9353fd93f9456649e093b4d7cacedd"}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc