@giphy/js-util
Advanced tools
Comparing version 4.1.0 to 4.1.1
@@ -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" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
71086
Updated@giphy/js-types@^4.2.1