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

@wix/image-kit

Package Overview
Dependencies
Maintainers
32
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.23.0 to 1.24.0

5

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

@@ -18,3 +18,4 @@ "author": {

"publishConfig": {
"registry": "https://registry.npmjs.org/"
"registry": "https://registry.npmjs.org/",
"access": "public"
},

@@ -21,0 +22,0 @@ "scripts": {

4

README.md

@@ -16,7 +16,7 @@

```js
import imageKit from 'image-kit';
import { sdk } from '@wix/image-kit';
const img = new Image();
img.src = imageKit.getScaleToFillImageUrl('some-image.jpg', 1200, 800, 640, 480, { quality: 90 });
img.src = sdk.getScaleToFillImageUrl('some-image.jpg', 1200, 800, 640, 480, { quality: 90 });
```

@@ -23,0 +23,0 @@

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