Socket
Socket
Sign inDemoInstall

adonis-responsive-attachment

Package Overview
Dependencies
281
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.5.7 to 1.5.8

17

build/src/Attachment/index.js

@@ -183,9 +183,12 @@ "use strict";

this.options = (0, lodash_1.merge)({
preComputeUrls: false,
keepOriginal: true,
breakpoints: decorator_1.DEFAULT_BREAKPOINTS,
forceFormat: undefined,
optimizeOrientation: true,
optimizeSize: true,
responsiveDimensions: true,
preComputeUrls: this.options?.preComputeUrls ?? true,
keepOriginal: this.options?.keepOriginal ?? true,
breakpoints: this.options?.breakpoints ?? decorator_1.DEFAULT_BREAKPOINTS,
forceFormat: this.options?.forceFormat,
optimizeOrientation: this.options?.optimizeOrientation ?? true,
optimizeSize: this.options?.optimizeSize ?? true,
responsiveDimensions: this.options?.responsiveDimensions ?? true,
disableThumbnail: this.options?.disableThumbnail ?? false,
folder: this.options?.folder,
disk: this.options?.disk,
}, options);

@@ -192,0 +195,0 @@ return this;

{
"name": "adonis-responsive-attachment",
"version": "1.5.7",
"version": "1.5.8",
"description": "Generate and persist optimised and responsive breakpoint images on the fly in your AdonisJS application.",

@@ -5,0 +5,0 @@ "main": "build/providers/ResponsiveAttachmentProvider.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc