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

@shopware-ag/jest-preset-sw6-admin

Package Overview
Dependencies
Maintainers
8
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopware-ag/jest-preset-sw6-admin - npm Package Compare versions

Comparing version 4.2.1 to 4.2.2

7

@tool/setup-env-for-shopware.js

@@ -8,2 +8,7 @@ const { join, resolve } = require('path');

global.window._features_ = {
VUE3: false,
vue3: false,
};
const vue3 = !!process.env.VUE3;

@@ -14,3 +19,3 @@ if (vue3) {

VUE3: true,
vue3: true
vue3: true,
};

@@ -17,0 +22,0 @@

@@ -8,2 +8,7 @@

## [v4.2.2] - 2023-08-25
### Added
- Added `window._features_.vue3` in Vue 2 with false
## [v4.2.1] - 2023-08-25

@@ -10,0 +15,0 @@

2

package.json
{
"name": "@shopware-ag/jest-preset-sw6-admin",
"version": "4.2.1",
"version": "4.2.2",
"description": "Jest Test preset for Shopware 6 administration unit tests",

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