New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@shopware-ag/webpack-plugin-injector

Package Overview
Dependencies
Maintainers
5
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopware-ag/webpack-plugin-injector - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

4

index.js

@@ -187,6 +187,6 @@ const { join, isAbsolute } = require('path');

const assetPaths = [];
if (pluginDefinition.administration) {
if (pluginDefinition.administration && section === 'administration') {
assetPaths.push(join(basePath, pluginDefinition.administration.path, '../static'));
}
if (pluginDefinition.storefront) {
if (pluginDefinition.storefront && section === 'storefront') {
assetPaths.push(join(basePath, pluginDefinition.storefront.path, '../static'));

@@ -193,0 +193,0 @@ }

{
"name": "@shopware-ag/webpack-plugin-injector",
"version": "1.0.5",
"version": "1.0.6",
"description": "Injects Shopware Plugins into a Webpack config",

@@ -5,0 +5,0 @@ "main": "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