New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.0.1 to 1.0.2

dist/collections.d.ts

1

dist/index.d.ts
export { checkIfWebP, getAltText, getBestRendition, getGifHeight, getSpecificRendition } from './gif-utils';
export { default as bestfit } from './bestfit';
export { default as getClientRect } from './get-client-rect-from-el';
export * from './collections';
"use strict";
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });

@@ -13,2 +16,3 @@ var gif_utils_1 = require("./gif-utils");

exports.getClientRect = get_client_rect_from_el_1.default;
__export(require("./collections"));
//# sourceMappingURL=index.js.map

16

package.json

@@ -6,6 +6,8 @@ {

"build": "npm run clean && tsc",
"test": "jest --config ./jestconfig.js"
"refresh": "tsc",
"test": "jest --config ./jestconfig.js",
"test:watch": "jest --config ./jestconfig.js --watchAll"
},
"name": "@giphy/js-util",
"version": "1.0.1",
"version": "1.0.2",
"main": "dist/index.js",

@@ -18,11 +20,11 @@ "types": "dist/index.d.ts",

"dependencies": {
"@giphy/js-types": "^1.0.1",
"@giphy/js-types": "^1.0.2",
"lodash": "4.17.11"
},
"devDependencies": {
"@types/lodash": "^4.14.121",
"parcel-bundler": "^1.12.0",
"typescript": "^3.3.3"
"@types/lodash": "^4.14.123",
"parcel-bundler": "^1.12.3",
"typescript": "^3.3.4"
},
"gitHead": "1d3ed46de5181c223e0596a37f8fdb02442b49f5"
"gitHead": "0dc93b5f9813ca1ab4c84feaa9e59415863bd116"
}

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