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
4
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.12-alpha2 to 1.0.12-alpha3

16

lib/convertFragment.js

@@ -135,3 +135,4 @@ 'use strict';

return {};
}
},
any: function any() {}
};

@@ -151,3 +152,4 @@

didMount = fragment.didMount,
config = fragment.config;
config = fragment.config,
willReceive = fragment.willReceive;

@@ -164,3 +166,4 @@ var createMockId = (0, _util.createUniqueIdGenerator)('mock');

var getDefaultValue = _ref6.getDefaultValue,
stateType = _ref6.stateType;
_ref6$stateType = _ref6.stateType,
stateType = _ref6$stateType === undefined ? 'any' : _ref6$stateType;

@@ -229,2 +232,5 @@ /* eslint-disable no-prototype-builtins */

computeTo(linkState, state, instance.background.instances);
if (willReceive) {
willReceive(instance.background.instances);
}
};

@@ -258,2 +264,6 @@

instance.backgroundVersion = instance.background.getVersion();
if (willReceive) {
willReceive(instance.background.instances);
}
};

@@ -260,0 +270,0 @@

2

package.json
{
"name": "@cicada/render",
"version": "1.0.12-alpha2",
"version": "1.0.12-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