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

cascade

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cascade - npm Package Compare versions

Comparing version 0.7.3 to 0.7.4

6

dist/scripts/dom/VirtualNode.js

@@ -112,2 +112,5 @@ Object.defineProperty(exports, "__esModule", { value: true });

}
else if (property === 'role') {
element.setAttribute(property, value);
}
else {

@@ -150,2 +153,5 @@ try {

}
else if (property === 'role') {
element.removeAttribute(property);
}
else {

@@ -152,0 +158,0 @@ try {

2

package.json
{
"name": "cascade",
"version": "0.7.3",
"version": "0.7.4",
"description": "A modern library for creating user interfaces.",

@@ -5,0 +5,0 @@ "author": "Sean Johnson <sjohnson@sjohnsonaz.com>",

@@ -124,2 +124,4 @@ import { IVirtualNode, IVirtualElementProps } from './IVirtualNode';

element.setAttribute(property, value);
} else if (property === 'role') {
element.setAttribute(property, value);
} else {

@@ -156,2 +158,4 @@ try {

element.removeAttribute(property);
} else if (property === 'role') {
element.removeAttribute(property);
} else {

@@ -158,0 +162,0 @@ try {

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