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.9 to 3.9.10

4

changelog.md

@@ -11,2 +11,6 @@ # Change Log

## 3.9.10 - 2019-02-28
- Fixes [#169](https://github.com/ztoben/assets-webpack-plugin/issues/169)
## 3.9.9 - 2019-02-28

@@ -13,0 +17,0 @@

3

dist/index.js

@@ -97,3 +97,4 @@ 'use strict';

var type = _typeof(typeMap[typeName]);
var integrity = compilation.assets[asset].integrity;
var compilationAsset = compilation.assets[asset];
var integrity = compilationAsset && compilationAsset.integrity;

@@ -100,0 +101,0 @@ if (type === 'undefined') {

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

var type = typeof typeMap[typeName]
var integrity = compilation.assets[asset].integrity
var compilationAsset = compilation.assets[asset]
var integrity = compilationAsset && compilationAsset.integrity

@@ -97,0 +98,0 @@ if (type === 'undefined') {

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