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
7
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 4.5.1 to 4.6.0

6

dist/browser-functions.js

@@ -14,7 +14,7 @@ "use strict";

const data = {
id: styleEl.getAttribute('st-id'),
depth: styleEl.getAttribute('st-depth'),
id: styleEl.getAttribute('st_id'),
depth: styleEl.getAttribute('st_depth'),
};
if (includeRuntimeId) {
data.runtime = styleEl.getAttribute('st-runtime');
data.runtime = styleEl.getAttribute('st_runtime');
}

@@ -21,0 +21,0 @@ if (includeCSSContent) {

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

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

"dependencies": {
"@stylable/runtime": "^4.5.1",
"@stylable/runtime": "^4.6.0",
"express": "^4.17.1",
"memory-fs": "^0.5.0",
"node-eval": "^2.0.0",
"playwright-core": "^1.13.1",
"playwright-core": "^1.14.0",
"rimraf": "^3.0.2"

@@ -17,0 +17,0 @@ },

@@ -16,7 +16,7 @@ import type { Response } from 'playwright-core';

const data: { id?: string; depth?: string; css?: string; runtime?: string } = {
id: styleEl.getAttribute('st-id')!,
depth: styleEl.getAttribute('st-depth')!,
id: styleEl.getAttribute('st_id')!,
depth: styleEl.getAttribute('st_depth')!,
};
if (includeRuntimeId) {
data.runtime = styleEl.getAttribute('st-runtime')!;
data.runtime = styleEl.getAttribute('st_runtime')!;
}

@@ -23,0 +23,0 @@ if (includeCSSContent) {

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