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

richlagetest

Package Overview
Dependencies
Maintainers
1
Versions
150
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

richlagetest - npm Package Compare versions

Comparing version 0.0.0-c3497ae916083b3348946dca8135c80bbe4d3833 to 0.0.0-c7460379ebee0fdcd37a17f5bbce57ac538564d9

dist/cjs/index.js

12

dist/src/index.d.ts

@@ -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

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