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

electrum-arc

Package Overview
Dependencies
Maintainers
1
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electrum-arc - npm Package Compare versions

Comparing version 1.11.3 to 1.11.4

2

lib/components/menus/menu.component.js

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

var items = _react2.default.Children.map(children, function (item) {
return typeof item.type === 'function' ? _react2.default.addons.cloneWithProps(item, { kind: 'menuItem' }) : item;
return typeof item.type === 'function' ? _react2.default.cloneElement(item, { kind: 'menuItem' }) : item;
});

@@ -51,0 +51,0 @@

{
"name": "electrum-arc",
"version": "1.11.3",
"version": "1.11.4",
"description": "Agnostic Reactive Components for Electrum",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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

item => (typeof item.type === 'function') ?
React.addons.cloneWithProps (item, {kind: 'menuItem'}) : item);
React.cloneElement (item, {kind: 'menuItem'}) : item);

@@ -18,0 +18,0 @@ return (

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