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

laravel-mix-versionhash

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

laravel-mix-versionhash - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

2

package.json
{
"license": "MIT",
"version": "1.1.2",
"version": "1.1.3",
"author": "ctf0",

@@ -5,0 +5,0 @@ "name": "laravel-mix-versionhash",

@@ -107,3 +107,3 @@ const mix = require('laravel-mix')

return (
Config.fileLoaderDirs.images + `/[name].[hash:${length}].[ext]`
Config.fileLoaderDirs.images + `/[name]${delimiter}[hash:${length}].[ext]`
)

@@ -134,3 +134,3 @@ }

if (!/node_modules|bower_components/.test(path)) {
return Config.fileLoaderDirs.fonts + `/[name].[hash:${length}].[ext]`
return Config.fileLoaderDirs.fonts + `/[name]${delimiter}[hash:${length}].[ext]`
}

@@ -158,3 +158,3 @@

if (loader.loader === 'file-loader') {
loader.options.name = `[name].[hash:${length}].[ext]`
loader.options.name = `[name]${delimiter}[hash:${length}].[ext]`
}

@@ -161,0 +161,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