New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@imageengine/imageengine-helpers

Package Overview
Dependencies
Maintainers
5
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@imageengine/imageengine-helpers - npm Package Compare versions

Comparing version
0.0.6
to
0.1.0
+2
-1
dist/helpers.js

@@ -25,3 +25,4 @@ "use strict";

noOptimization: "pass",
no_optimization: "pass"
no_optimization: "pass",
force_download: "dl"
};

@@ -28,0 +29,0 @@ function build_IE_url(src, directives, debug) {

export declare type IEFormat = "png" | "gif" | "jpg" | "jpeg" | "bmp" | "webp" | "jp2" | "svg" | "mp4" | "jxr" | "avif";
export declare type IEFit = "stretch" | "box" | "letterbox" | "cropbox";
export declare type IEFit = "stretch" | "box" | "letterbox" | "cropbox" | "outside";
export interface IEDirectives {

@@ -23,2 +23,3 @@ width?: number;

noOptimization?: true;
force_download?: true;
}
{
"name": "@imageengine/imageengine-helpers",
"version": "0.0.6",
"version": "0.1.0",
"description": "A set of helper functions to generate ImageEngine custom urls with valid directives",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/imgeng/imageengine-helpers",