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

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-alpha.1 to 3.9.5-alpha.2

4

dist/index.js

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

var combinedPath = assetPath && assetPath.slice(-1) !== '/' ? assetPath + '/' + asset : assetPath + asset;
var type = typeMap ? _typeof(typeMap[typeName]) : 'undefined';
var type = _typeof(typeMap[typeName]);
if (type === 'undefined') {

@@ -96,4 +96,4 @@ typeMap[typeName] = combinedPath;

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

@@ -100,0 +100,0 @@

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

var combinedPath = assetPath && assetPath.slice(-1) !== '/' ? `${assetPath}/${asset}` : assetPath + asset
var type = typeMap ? typeof typeMap[typeName] : 'undefined'
var type = typeof typeMap[typeName]
if (type === 'undefined') {

@@ -93,4 +93,4 @@ typeMap[typeName] = combinedPath

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

@@ -97,0 +97,0 @@

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