New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@aceforth/nuxt-optimized-images

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aceforth/nuxt-optimized-images - npm Package Versions

1.4.0

Diff

bazzitetech
published 1.3.0 •

Changelog

Source

1.3.0 (2020-08-27)

Features

  • recognize AVIF format as image (c1bf815)
bazzitetech
published 1.2.0 •

Changelog

Source

1.2.0 (2020-08-18)

Features

  • support responsive-loader v2 (a2cb591)
bazzitetech
published 1.1.0 •

Changelog

Source

1.1.0 (2020-07-19)

  • dependencies updates

Bug Fixes

  • docs: fix invalid links in the Usage article of Docs (3cbb0e4)
  • fix counting loaders installed (#196) (e36dcac)

Refactor

  • update layout of docs articles (130d851)
  • update project owner (29189b0)
bazzitetech
published 1.0.1 •

Changelog

Source

1.0.1 (2020-05-12)

Bug Fixes

  • fix importing for url-loader and file-loader (c30be79)
bazzitetech
published 1.0.0 •

Changelog

Source

1.0.0 (2020-04-12)

  • refactor!: update parent company (ad10855)

BREAKING CHANGES

  • The package has been renamed from @bazzite/nuxt-optimized-images to @aceforth/nuxt-optimized-images.

To upgrade

  1. npm install --save-dev @aceforth/nuxt-optimized-images

    or yarn add --dev @aceforth/nuxt-optimized-images

  2. npm uninstall @bazzite/nuxt-optimized-images

    or yarn remove @bazzite/nuxt-optimized-images

  3. replace:

{
  buildModules: [
    '@bazzite/nuxt-optimized-images',
  ],
}

with

{
  buildModules: [
    '@aceforth/nuxt-optimized-images',
  ],
}

That’s it, there are no functional changes compared to @bazzite/nuxt-optimized-images@0.4.0.

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