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 3.1.2 to 4.0.0

1

dist/index.d.ts

@@ -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';

4

dist/index.js

@@ -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

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