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.20 to 0.0.21

2

package.json

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

},
"version": "0.0.20",
"version": "0.0.21",
"scripts": {

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

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

facepad: query.facepad,
'fp-z': query.fpZ,
'min-h': query.minH,

@@ -199,0 +200,0 @@ 'mark-w': query.markW,

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

facepad?: number;
'fp-z'?: number;
'min-h'?: number;

@@ -92,0 +93,0 @@ 'mark-w'?: number;

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

facepad: query.facepad,
'fp-z': query.fpZ,
'min-h': query.minH,

@@ -202,0 +203,0 @@ 'mark-w': query.markW,

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

facepad: query.facepad,
'fp-z': query.fpZ,
'min-h': query.minH,

@@ -205,0 +206,0 @@ 'mark-w': query.markW,

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