Socket
Socket
Sign inDemoInstall

assets-webpack-plugin

Package Overview
Dependencies
Maintainers
2
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

assets-webpack-plugin - npm Package Compare versions

Comparing version 6.0.0-alpha.1 to 6.0.0-alpha.2

6

dist/index.js

@@ -5,3 +5,5 @@ 'use strict';

var _memfs = require('memfs');
var _require = require('memfs'),
createFsFromVolume = _require.createFsFromVolume,
Volume = _require.Volume;

@@ -172,3 +174,3 @@ var fs = require('fs');

if (self.options.keepInMemory) {
compiler.outputFileSystem = (0, _memfs.createFsFromVolume)(new _memfs.Volume());
compiler.outputFileSystem = createFsFromVolume(new Volume());
}

@@ -175,0 +177,0 @@

@@ -1,3 +0,2 @@

import { createFsFromVolume, Volume } from 'memfs'
const { createFsFromVolume, Volume } = require('memfs')
const fs = require('fs')

@@ -4,0 +3,0 @@ const path = require('path')

{
"name": "assets-webpack-plugin",
"version": "6.0.0-alpha.1",
"version": "6.0.0-alpha.2",
"description": "Emits a json file with assets paths",

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

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