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

@cassiopeia/source-dom

Package Overview
Dependencies
Maintainers
0
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cassiopeia/source-dom - npm Package Compare versions

Comparing version 5.4.0 to 5.4.1

2

lib/browser/index.js

@@ -48,3 +48,3 @@ import { REGEX } from 'cassiopeia';

const cssText = element.attributes.getNamedItem("style")?.value;
if (cssText !== void 0) {
if (cssText !== undefined) {
for (const match of cssText.matchAll(REGEX)) {

@@ -51,0 +51,0 @@ const cancelled = yield match;

{
"name": "@cassiopeia/source-dom",
"description": "",
"version": "5.4.0",
"version": "5.4.1",
"author": {

@@ -12,17 +12,17 @@ "name": "escapace",

"@ls-lint/ls-lint": "2.2.3",
"@vitest/coverage-v8": "2.1.6",
"eslint": "9.15.0",
"eslint-config-escapace": "5.3.1",
"esroll": "0.3.0",
"jsdom": "25.0.1",
"prettier": "3.4.1",
"@vitest/coverage-v8": "3.0.5",
"eslint": "9.19.0",
"eslint-config-escapace": "5.4.2",
"esroll": "0.4.0",
"jsdom": "26.0.0",
"prettier": "3.4.2",
"prettier-config-escapace": "1.2.1",
"syncpack": "13.0.0",
"syncpack": "13.0.2",
"tsx": "4.19.2",
"typescript": "5.7.2",
"vitest": "2.1.6",
"cassiopeia": "5.4.0"
"typescript": "5.7.3",
"vitest": "3.0.5",
"cassiopeia": "5.4.1"
},
"engines": {
"pnpm": ">=9.11.0"
"pnpm": ">=9.15.4"
},

@@ -43,3 +43,3 @@ "exports": {

"peerDependencies": {
"cassiopeia": "5.4.0"
"cassiopeia": "5.4.1"
},

@@ -46,0 +46,0 @@ "private": false,

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