Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@wix/image-kit

Package Overview
Dependencies
Maintainers
0
Versions
79
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.70.0 to 1.71.0

6

dist/cjs/sdk/api.js

@@ -31,3 +31,3 @@ "use strict";

alignment: _imageServiceConstants.alignTypes.CENTER,
pixelAspectRatio: devicePixelRatio
pixelAspectRatio: (options == null ? void 0 : options.devicePixelRatio) ?? devicePixelRatio
}, options);

@@ -51,3 +51,3 @@ return getURL(data.uri, options);

alignment: _imageServiceConstants.alignTypes.CENTER,
pixelAspectRatio: devicePixelRatio
pixelAspectRatio: (options == null ? void 0 : options.devicePixelRatio) ?? devicePixelRatio
}, options);

@@ -73,3 +73,3 @@ return getURL(data.uri, options);

alignment: _imageServiceConstants.alignTypes.CENTER,
pixelAspectRatio: devicePixelRatio
pixelAspectRatio: (options == null ? void 0 : options.devicePixelRatio) ?? devicePixelRatio
}, options);

@@ -76,0 +76,0 @@ return getURL(data.uri, options);

@@ -25,3 +25,3 @@ import { getData, populateGlobalFeatureSupport } from '../api/uri/index';

alignment: alignTypes.CENTER,
pixelAspectRatio: devicePixelRatio,
pixelAspectRatio: options?.devicePixelRatio ?? devicePixelRatio,
}, options);

@@ -45,3 +45,3 @@ return getURL(data.uri, options);

alignment: alignTypes.CENTER,
pixelAspectRatio: devicePixelRatio,
pixelAspectRatio: options?.devicePixelRatio ?? devicePixelRatio,
}, options);

@@ -67,3 +67,3 @@ return getURL(data.uri, options);

alignment: alignTypes.CENTER,
pixelAspectRatio: devicePixelRatio,
pixelAspectRatio: options?.devicePixelRatio ?? devicePixelRatio,
}, options);

@@ -70,0 +70,0 @@ return getURL(data.uri, options);

@@ -167,2 +167,3 @@ export type FittingType = 'fill' | 'fit' | 'stretch' | 'original_size' | 'tile' | 'legacy_fill' | 'tile_horizontal' | 'tile_vertical' | 'fit_and_tile' | 'legacy_strip_tile' | 'legacy_strip_tile_horizontal' | 'legacy_strip_tile_vertical' | 'legacy_strip_fill' | 'legacy_strip_fit' | 'legacy_strip_fit_and_tile' | 'legacy_strip_original_size' | 'actual_size' | 'fitWidth' | 'fitHeight' | 'full' | 'legacy_tile' | 'legacy_tile_horizontal' | 'legacy_tile_vertical' | 'legacy_normal';

allowWEBPTransform?: boolean;
devicePixelRatio?: number;
};

@@ -169,0 +170,0 @@ export type ImageTransformObjectPart = TransformCropPart | TransformFitPart | TransformFillPart | TransformLegacyFitPart | TransformLegacyFillPart | TransformLegacyCropPart;

{
"name": "@wix/image-kit",
"description": "Standard library for generating canonical URL's for optimally consuming images at Wix",
"version": "1.70.0",
"version": "1.71.0",
"license": "MIT",

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

},
"falconPackageHash": "a343c915d3ec2ce6eceb96e4639d10d9b81af1dab683682f6e0f10d2"
"falconPackageHash": "de9bc4973b7cb9f10b824f30ee97b287f42a35a4d353661107261b63"
}

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

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