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

@vercel/webpack-asset-relocator-loader

Package Overview
Dependencies
Maintainers
25
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vercel/webpack-asset-relocator-loader - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

2

package.json
{
"name": "@vercel/webpack-asset-relocator-loader",
"description": "Asset relocation loader used in ncc for performing Node.js builds while emitting and relocating any asset references.",
"version": "1.0.0",
"version": "1.1.0",
"repository": "vercel/webpack-asset-relocator-loader",

@@ -6,0 +6,0 @@ "license": "MIT",

@@ -47,2 +47,6 @@ # Asset Relocator Loader for Webpack

emitFilterAssetBaseAll: false,
// optional, custom functional asset emitter
// takes an asset path and returns the replacement
// or returns false to skip emission
customEmit: (path, { id, isRequire }) => false | '"./custom-replacement"',
// optional, a list of asset names already emitted or

@@ -49,0 +53,0 @@ // defined that should not be emitted

Sorry, the diff of this file is too big to display

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