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

@stylable/dom-test-kit

Package Overview
Dependencies
Maintainers
6
Versions
220
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 3.11.5 to 3.11.6

6

package.json
{
"name": "@stylable/dom-test-kit",
"version": "3.11.5",
"version": "3.11.6",
"description": "Stylable DOM testing utilities",

@@ -14,4 +14,4 @@ "main": "./cjs/index.js",

"dependencies": {
"@stylable/core": "^3.11.5",
"@stylable/runtime": "^3.11.5"
"@stylable/core": "^3.11.6",
"@stylable/runtime": "^3.11.6"
},

@@ -18,0 +18,0 @@ "files": [

@@ -23,4 +23,4 @@ # @stylable/dom-test-kit

const domUtil = new StylableDOMUtil(style);
const partElement = domUtil.select(style.part);
const domUtil = new StylableDOMUtil(style, document.body);
const partElement = domUtil.select('.part');

@@ -27,0 +27,0 @@ domUtil.hasStyleState(partElement, 'loading');

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