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

ts-imgix

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-imgix - npm Package Compare versions

Comparing version 0.0.18 to 0.0.19

2

package.json

@@ -11,3 +11,3 @@ {

},
"version": "0.0.18",
"version": "0.0.19",
"scripts": {

@@ -14,0 +14,0 @@ "lint": "tslint --project ./tsconfig.json",

@@ -220,2 +220,3 @@ 'use strict';

'blend-x': query.blendX,
'blend-y': query.blendY,
'mark-x': query.markX,

@@ -222,0 +223,0 @@ mark: query.mark,

@@ -116,2 +116,3 @@ export declare enum ImgixFit {

'blend-x'?: number;
'blend-y'?: number;
fm?: ImgixFormat;

@@ -118,0 +119,0 @@ };

@@ -223,2 +223,3 @@ import { addQueryToUrl } from 'url-transformers';

'blend-x': query.blendX,
'blend-y': query.blendY,
'mark-x': query.markX,

@@ -225,0 +226,0 @@ mark: query.mark,

@@ -226,2 +226,3 @@ 'use strict';

'blend-x': query.blendX,
'blend-y': query.blendY,
'mark-x': query.markX,

@@ -228,0 +229,0 @@ mark: query.mark,

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