Socket
Socket
Sign inDemoInstall

@wix/image-kit

Package Overview
Dependencies
Maintainers
22
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wix/image-kit - npm Package Compare versions

Comparing version 1.57.0 to 1.58.0

3

dist/cjs/api/max/index.js

@@ -11,2 +11,3 @@ "use strict";

upscaleMethods: true,
isWEBP: true,
populateGlobalFeatureSupport: true,

@@ -22,2 +23,4 @@ getData: true,

exports.upscaleMethods = _imageServiceConstants.upscaleMethods;
var _imageServiceUtils = require("../../helpers/imageServiceUtils");
exports.isWEBP = _imageServiceUtils.isWEBP;
var _populateFeatureSupport = require("../../helpers/populateFeatureSupport");

@@ -24,0 +27,0 @@ exports.populateGlobalFeatureSupport = _populateFeatureSupport.populateGlobalFeatureSupport;

3

dist/esm/api/max/index.js
import { alignTypes, fittingTypes, htmlTag, upscaleMethods, } from '../../helpers/imageServiceConstants';
import { isWEBP } from '../../helpers/imageServiceUtils';
import { populateGlobalFeatureSupport } from '../../helpers/populateFeatureSupport';

@@ -13,3 +14,3 @@ import { getData, getPlaceholder } from './api';

const STATIC_MEDIA_URL = wixStaticWithMedia;
export { STATIC_MEDIA_URL, alignTypes, fittingTypes, getData, getPlaceholder, htmlTag, populateGlobalFeatureSupport, sdk, upscaleMethods, };
export { STATIC_MEDIA_URL, alignTypes, fittingTypes, getData, getPlaceholder, htmlTag, populateGlobalFeatureSupport, sdk, upscaleMethods, isWEBP, };
//# sourceMappingURL=index.js.map
import { alignTypes, fittingTypes, htmlTag, upscaleMethods } from '../../helpers/imageServiceConstants';
import { isWEBP } from '../../helpers/imageServiceUtils';
import { populateGlobalFeatureSupport } from '../../helpers/populateFeatureSupport';

@@ -12,3 +13,3 @@ import { getData, getPlaceholder } from './api';

declare const STATIC_MEDIA_URL = "https://static.wixstatic.com/media/";
export { STATIC_MEDIA_URL, alignTypes, fittingTypes, getData, getPlaceholder, htmlTag, populateGlobalFeatureSupport, sdk, upscaleMethods, };
export { STATIC_MEDIA_URL, alignTypes, fittingTypes, getData, getPlaceholder, htmlTag, populateGlobalFeatureSupport, sdk, upscaleMethods, isWEBP, };
//# sourceMappingURL=index.d.ts.map
{
"name": "@wix/image-kit",
"description": "Standard library for generating canonical URL's for optimally consuming images at Wix",
"version": "1.57.0",
"version": "1.58.0",
"license": "MIT",

@@ -67,3 +67,3 @@ "author": {

},
"falconPackageHash": "20ffe9836ebfcb460de04e18cde70e7959b742ea0199f290074c2619"
"falconPackageHash": "2309c2e6b0a4de9e079faafdcf6b2e574300c4904adb2e6bc89adea9"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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