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.1 to 1.0.2

3

dist/gif.d.ts

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

interface IBottleData {
tid: string;
tid?: string;
}

@@ -74,3 +74,4 @@ export default interface IGif {

bottle_data: IBottleData;
response_id: string;
}
export {};

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

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

@@ -17,5 +18,5 @@ "types": "dist/index.d.ts",

"devDependencies": {
"typescript": "^3.3.3"
"typescript": "^3.3.4"
},
"gitHead": "1d3ed46de5181c223e0596a37f8fdb02442b49f5"
"gitHead": "0dc93b5f9813ca1ab4c84feaa9e59415863bd116"
}
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