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.17 to 0.0.18

2

package.json

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

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

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

@@ -221,2 +221,5 @@ 'use strict';

'mark-x': query.markX,
mark: query.mark,
blend: query.blend,
txt: query.txt,
};

@@ -223,0 +226,0 @@ return catMaybesDictionary(imgixUrlQueryParams);

@@ -96,5 +96,8 @@ export declare enum ImgixFit {

mark64?: string;
mark?: string;
'mark-x'?: number;
blend64?: string;
blend?: string;
txt64?: string;
txt?: string;
'txt-color'?: string;

@@ -101,0 +104,0 @@ 'txt-size'?: number;

@@ -224,2 +224,5 @@ import { addQueryToUrl } from 'url-transformers';

'mark-x': query.markX,
mark: query.mark,
blend: query.blend,
txt: query.txt,
};

@@ -226,0 +229,0 @@ return catMaybesDictionary(imgixUrlQueryParams);

@@ -227,2 +227,5 @@ 'use strict';

'mark-x': query.markX,
mark: query.mark,
blend: query.blend,
txt: query.txt,
};

@@ -229,0 +232,0 @@ return catMaybesDictionary(imgixUrlQueryParams);

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