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

asset-map-webpack-plugin

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asset-map-webpack-plugin - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

lib/index.js

@@ -99,3 +99,3 @@ "use strict";

if (assetsEmitted || chunksEmitted) {
fs.writeFileSync(_this.outputFile, JSON.stringify({ assets: assets, chunks: chunks }));
fs.writeFileSync(_this.outputFile, JSON.stringify({ assets: assets, chunks: chunks }, null, 2));
}

@@ -102,0 +102,0 @@ });

{
"name": "asset-map-webpack-plugin",
"version": "1.1.0",
"version": "1.1.1",
"description": "Webpack plugin that creates a map of assets to public url slug for server agnostic usage.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -72,3 +72,3 @@ import fs from 'fs';

if (assetsEmitted || chunksEmitted) {
fs.writeFileSync(this.outputFile, JSON.stringify({ assets, chunks }));
fs.writeFileSync(this.outputFile, JSON.stringify({ assets, chunks }, null, 2));
}

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