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.13.2 to 5.0.0-rc.1

2

dist/dts-kit.js

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

this.tmp = (0, file_system_helpers_1.createTempDirectorySync)('dts-gen');
this.stylable = core_1.Stylable.create({
this.stylable = new core_1.Stylable({
projectRoot: this.tmp.path,

@@ -42,0 +42,0 @@ fileSystem: fs_1.default,

{
"name": "@stylable/e2e-test-kit",
"version": "4.13.2",
"version": "5.0.0-rc.1",
"description": "A collection of tools to help test Stylable components and applications from end-to-end",

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

"dependencies": {
"@stylable/runtime": "^4.13.2",
"@stylable/runtime": "^v5.0.0-rc.1",
"express": "^4.18.1",
"node-eval": "^2.0.0",
"playwright-core": "^1.21.1",
"playwright-core": "^1.22.2",
"rimraf": "^3.0.2"

@@ -24,3 +24,3 @@ },

"engines": {
"node": ">=12"
"node": ">=14.14.0"
},

@@ -27,0 +27,0 @@ "publishConfig": {

@@ -24,3 +24,3 @@ import fs, { readFileSync, symlinkSync, writeFileSync } from 'fs';

this.stylable = Stylable.create({
this.stylable = new Stylable({
projectRoot: this.tmp.path,

@@ -27,0 +27,0 @@ fileSystem: fs,

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