Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

next-images

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

next-images - npm Package Compare versions

Comparing version 1.8.2 to 1.8.3

2

index.js

@@ -26,3 +26,3 @@ module.exports = ({ dynamicAssetPrefix = false, ...nextConfig } = {}) => {

// Next.js already handles url() in css/sass/scss files
issuer: /\.\w+(?<!(s?c|sa)ss)$/i,
issuer: new RegExp('\.\w+(?<!(s?c|sa)ss)$', 'i'),
exclude: nextConfig.exclude,

@@ -29,0 +29,0 @@ use: [

{
"name": "next-images",
"version": "1.8.2",
"version": "1.8.3",
"main": "index.js",

@@ -5,0 +5,0 @@ "types": "index.d.ts",

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