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 1.0.5 to 1.0.6

dist/pingback-event.d.ts

2

dist/gif.d.ts
import IUser from './user';
import { PingbackEventType } from './pingback-event';
export interface IRendition {

@@ -75,3 +76,4 @@ width: number;

response_id: string;
pingback_event_type: PingbackEventType;
}
export {};
export { default as IGif, IRendition, ImageAllTypes } from './gif';
export { default as IUser } from './user';
export { PingbackEventType } from './pingback-event';

6

package.json

@@ -5,7 +5,7 @@ {

"dev": "tsc --watch",
"refresh": "tsc -d --emitDeclarationOnly -declarationDir ./dist",
"build": "tsc -d --emitDeclarationOnly -declarationDir ./dist",
"prepublish": "npm run clean && tsc -d --emitDeclarationOnly -declarationDir ./dist"
},
"name": "@giphy/js-types",
"version": "1.0.5",
"version": "1.0.6",
"main": "dist/index.d.ts",

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

},
"gitHead": "f05648f2d7571d864513dbc041447e328e163738"
"gitHead": "28535e55d485cb4cc4a22cc2b829791e5c0c1c32"
}
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