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

@giphy/js-types

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@giphy/js-types - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1-alpha.0

2

dist/gif.d.ts

@@ -52,3 +52,3 @@ import IUser from './user';

export default interface IGif {
type: 'video' | 'gif';
type: 'video' | 'gif' | 'text';
id: string | number;

@@ -55,0 +55,0 @@ slug: string;

@@ -12,3 +12,3 @@ interface IPublicUser {

is_public: boolean;
primary_site: string;
primary_site?: string;
twitter: string;

@@ -15,0 +15,0 @@ facebook: string;

@@ -9,3 +9,3 @@ {

"name": "@giphy/js-types",
"version": "3.1.0",
"version": "3.1.1-alpha.0",
"main": "dist/index.d.ts",

@@ -23,3 +23,3 @@ "types": "dist/index.d.ts",

},
"gitHead": "e44fe56b1cc4b4f7180a8e6759cb2710bc91f89d"
"gitHead": "72b048aadf52aeb2a5c44ea7cbf0c8a4fca052fd"
}
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