@giphy/js-util
Advanced tools
Comparing version 3.1.2 to 4.0.0
@@ -8,3 +8,2 @@ export { default as bestfit, setRenditionScaleUpMaxPixels } from './bestfit'; | ||
export * from './sdk-headers'; | ||
export { default as injectTrackingPixel } from './tracking-pixel'; | ||
export { checkIfWebP } from './webp-check'; |
@@ -16,3 +16,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.checkIfWebP = exports.injectTrackingPixel = exports.getSpecificRendition = exports.getGifWidth = exports.getGifHeight = exports.getBestVideo = exports.getBestRenditionUrl = exports.getBestRendition = exports.getAltText = exports.getPingbackId = exports.getClientRect = exports.setRenditionScaleUpMaxPixels = exports.bestfit = void 0; | ||
exports.checkIfWebP = exports.getSpecificRendition = exports.getGifWidth = exports.getGifHeight = exports.getBestVideo = exports.getBestRenditionUrl = exports.getBestRendition = exports.getAltText = exports.getPingbackId = exports.getClientRect = exports.setRenditionScaleUpMaxPixels = exports.bestfit = void 0; | ||
var bestfit_1 = require("./bestfit"); | ||
@@ -36,6 +36,4 @@ Object.defineProperty(exports, "bestfit", { enumerable: true, get: function () { return __importDefault(bestfit_1).default; } }); | ||
__exportStar(require("./sdk-headers"), exports); | ||
var tracking_pixel_1 = require("./tracking-pixel"); | ||
Object.defineProperty(exports, "injectTrackingPixel", { enumerable: true, get: function () { return __importDefault(tracking_pixel_1).default; } }); | ||
var webp_check_1 = require("./webp-check"); | ||
Object.defineProperty(exports, "checkIfWebP", { enumerable: true, get: function () { return webp_check_1.checkIfWebP; } }); | ||
//# sourceMappingURL=index.js.map |
@@ -11,3 +11,3 @@ { | ||
"name": "@giphy/js-util", | ||
"version": "3.1.2", | ||
"version": "4.0.0", | ||
"main": "dist/index.js", | ||
@@ -26,3 +26,3 @@ "description": "Shared giphy js utils", | ||
"dependencies": { | ||
"@giphy/js-types": "^4.0.2", | ||
"@giphy/js-types": "^4.0.3", | ||
"dompurify": "^2.2.2", | ||
@@ -36,3 +36,3 @@ "uuid": "^8.3.0" | ||
}, | ||
"gitHead": "7552386af3a1beda0be872920aef24d741f554a3" | ||
"gitHead": "359182f6d84b565ebb7161366bbbcaea3222993b" | ||
} |
@@ -1,3 +0,2 @@ | ||
import { IGif, IUser } from '@giphy/js-types' | ||
import { IImages, ImageAllTypes } from '@giphy/js-types/dist/gif' | ||
import { IGif, IImages, ImageAllTypes, IUser } from '@giphy/js-types' | ||
import { forEach, mapValues, pick, take, without } from '../collections' | ||
@@ -4,0 +3,0 @@ import getPingbackId from '../get-pingback-id' |
@@ -16,3 +16,2 @@ export { default as bestfit, setRenditionScaleUpMaxPixels } from './bestfit' | ||
export * from './sdk-headers' | ||
export { default as injectTrackingPixel } from './tracking-pixel' | ||
export { checkIfWebP } from './webp-check' |
Sorry, the diff of this file is not supported yet
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
69716
43
1317
Updated@giphy/js-types@^4.0.3