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 3.9.5 to 3.9.6

6

changelog.md

@@ -11,5 +11,9 @@ # Change Log

## 3.9.6 - 2018-08-20
- Fixes [#125](https://github.com/ztoben/assets-webpack-plugin/issues/125)
## 3.9.5 - 2018-08-09
-- Adds the `keepInMemory` option to toggle whether you want the assets file generated when running in `webpack-dev-server`.
- Adds the `keepInMemory` option to toggle whether you want the assets file generated when running in `webpack-dev-server`.

@@ -16,0 +20,0 @@ ## 3.9.4 - 2018-08-08

2

dist/index.js

@@ -95,4 +95,4 @@ 'use strict';

seenAssets[asset] = true;
return typeMap;
}
return typeMap;
}, {});

@@ -99,0 +99,0 @@

@@ -92,4 +92,4 @@ var fs = require('fs')

seenAssets[asset] = true
return typeMap
}
return typeMap
}, {})

@@ -96,0 +96,0 @@

{
"name": "assets-webpack-plugin",
"version": "3.9.5",
"version": "3.9.6",
"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