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

@stylable/e2e-test-kit

Package Overview
Dependencies
Maintainers
6
Versions
216
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stylable/e2e-test-kit - npm Package Compare versions

Comparing version 5.12.0 to 5.13.0

2

dist/stylable-project-runner.js

@@ -9,3 +9,3 @@ "use strict";

if (config.plugins) {
const plugin = config.plugins.find((plugin) => plugin.constructor.name === 'StylableWebpackPlugin');
const plugin = config.plugins.find((plugin) => plugin?.constructor.name === 'StylableWebpackPlugin');
if (plugin) {

@@ -12,0 +12,0 @@ if ('userOptions' in plugin) {

{
"name": "@stylable/e2e-test-kit",
"version": "5.12.0",
"version": "5.13.0",
"description": "A collection of tools to help test Stylable components and applications from end-to-end",

@@ -10,5 +10,5 @@ "main": "dist/index.js",

"dependencies": {
"@stylable/runtime": "^5.12.0",
"@stylable/runtime": "^5.13.0",
"node-eval": "^2.0.0",
"playwright-core": "^1.35.0",
"playwright-core": "^1.35.1",
"rimraf": "^5.0.1"

@@ -15,0 +15,0 @@ },

@@ -8,3 +8,3 @@ import { ProjectRunner } from './project-runner';

const plugin = config.plugins.find(
(plugin) => plugin.constructor.name === 'StylableWebpackPlugin'
(plugin) => plugin?.constructor.name === 'StylableWebpackPlugin'
);

@@ -11,0 +11,0 @@

Sorry, the diff of this file is not supported yet

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