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

@cicada/render

Package Overview
Dependencies
Maintainers
12
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cicada/render - npm Package Compare versions

Comparing version 1.1.22-alpha16 to 1.1.22-alpha17

9

lib/background/job/spm.js

@@ -71,5 +71,8 @@ 'use strict';

var dom = appearance.getRefById(stateId);
(0, _keys2.default)(props).forEach(function (attr) {
dom.setAttribute(attr, props[attr]);
});
var ref = dom && dom.ref;
if (ref) {
(0, _keys2.default)(props).forEach(function (attr) {
ref.setAttribute(attr, props[attr]);
});
}
}

@@ -76,0 +79,0 @@

{
"name": "@cicada/render",
"version": "1.1.22-alpha16",
"version": "1.1.22-alpha17",
"main": "./lib/index.js",

@@ -5,0 +5,0 @@ "scripts": {

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