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 4.1.0 to 4.1.1

2

dist/gif-utils.d.ts

@@ -7,3 +7,3 @@ import { IGif, IImage, IImages, IRendition } from '@giphy/js-types';

export declare const getBestVideo: (video: IGif['video'], width: number, height: number) => IImage | undefined;
export declare const getBestRendition: (images: IImages, gifWidth: number, gifHeight: number, scaleUpMaxPixels?: number | undefined) => IRenditionWithName;
export declare const getBestRendition: (images: IImages, gifWidth: number, gifHeight: number, scaleUpMaxPixels?: number) => IRenditionWithName;
declare type Options = {

@@ -10,0 +10,0 @@ isStill?: boolean;

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

"name": "@giphy/js-util",
"version": "4.1.0",
"version": "4.1.1",
"main": "dist/index.js",

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

"dependencies": {
"@giphy/js-types": "^4.2.0",
"@giphy/js-types": "^4.2.1",
"dompurify": "^2.2.2",

@@ -34,5 +34,5 @@ "uuid": "^8.3.0"

"@types/uuid": "^8.3.0",
"typescript": "^4.6.4"
"typescript": "^4.7.3"
},
"gitHead": "a38a900427b13e96133c8d0a96d6fd1dc342f40d"
"gitHead": "9d1a8abe73cb60090742ce0b9c992e7fb68288a1"
}
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