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

@giphy/js-util

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@giphy/js-util - npm Package Compare versions

Comparing version 1.6.0 to 1.7.0

1

dist/sdk-headers.d.ts
declare type GiphySDKRequestHeader = 'X-GIPHY-SDK-NAME' | 'X-GIPHY-SDK-VERSION' | 'X-GIPHY-SDK-PLATFORM';
export declare const getGiphySDKRequestHeaders: () => any;
export declare const appendGiphySDKRequestHeader: (key: GiphySDKRequestHeader, value: string) => any;
export declare const appendGiphySDKRequestParam: (key: GiphySDKRequestHeader, value: string) => any;
export {};

@@ -14,2 +14,5 @@ "use strict";

};
exports.appendGiphySDKRequestParam = function (key, value) {
return exports.getGiphySDKRequestHeaders().set(key, value);
};
//# sourceMappingURL=sdk-headers.js.map

4

package.json

@@ -11,3 +11,3 @@ {

"name": "@giphy/js-util",
"version": "1.6.0",
"version": "1.7.0",
"main": "dist/index.js",

@@ -30,3 +30,3 @@ "description": "Shared giphy js utils",

},
"gitHead": "fdcd4970ae3cb0b1122e133e4df7bb25fa7392d4"
"gitHead": "b732692aa77d078c80e9ced9deea14c62cce67fc"
}

@@ -15,1 +15,4 @@ type GiphySDKRequestHeader = 'X-GIPHY-SDK-NAME' | 'X-GIPHY-SDK-VERSION' | 'X-GIPHY-SDK-PLATFORM'

getGiphySDKRequestHeaders().set(key, value)
export const appendGiphySDKRequestParam = (key: GiphySDKRequestHeader, value: string) =>
getGiphySDKRequestHeaders().set(key, value)

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