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

six-widget-support

Package Overview
Dependencies
Maintainers
2
Versions
133
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

six-widget-support - npm Package Compare versions

Comparing version 0.2.18 to 0.2.19

12

lib/index.js

@@ -77,3 +77,5 @@ "use strict";

var o = {};
o[e] = n || t, r.setState(o);
o[e] = n || t, r.setState({
data: o
});
});

@@ -98,3 +100,5 @@ r._unsubscribeFns.push(t);

value: function(e) {
this.unsubscribe(), this.replaceState({}), this.subscribe(e);
this.unsubscribe(), this.setState({
data: {}
}), this.subscribe(e);
}

@@ -109,4 +113,4 @@ }, {

value: function() {
var e = this.props, n = (e.subscriptionFn, r(e, [ "subscriptionFn" ]));
return l["default"].createElement(t, i({}, n, this.state));
var e = this.props, n = (e.subscriptionFn, r(e, [ "subscriptionFn" ])), o = this.state ? this.state.data : {};
return l["default"].createElement(t, i({}, n, o));
}

@@ -113,0 +117,0 @@ } ]), c;

{
"name": "six-widget-support",
"version": "0.2.18",
"version": "0.2.19",
"description": "Common functionality for SIX Widgets",

@@ -5,0 +5,0 @@ "main": "lib",

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