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
1
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.0.0-alpha2 to 1.0.0-alpha3

2

lib/createConnect.js

@@ -278,3 +278,3 @@ 'use strict';

var nextState = defaultListener.apply(undefined, [_this5.getRenderArg(statePath)].concat(runtimeArgs));
if (nextState !== state) {
if (nextState !== undefined && nextState !== state) {
_this5.context.stateTree.set(_this5.getResolvedStatePath(), nextState, _constant.REASON_DEFAULT_LISTENER);

@@ -281,0 +281,0 @@ }

{
"name": "@cicada/render",
"version": "1.0.0-alpha2",
"version": "1.0.0-alpha3",
"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