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

electrum

Package Overview
Dependencies
Maintainers
3
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electrum - npm Package Compare versions

Comparing version 2.6.0 to 2.6.1

2

lib/utils/extend-component.js

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

styles.with(props, list, more);
styles.with(list, more);
return list;

@@ -92,0 +92,0 @@ };

{
"name": "electrum",
"version": "2.6.0",
"version": "2.6.1",
"description": "Electrum simplifies framework-agnostic declaration of React components.",

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

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

list.with = function (...more) {
styles.with (props, list, more);
styles.with (list, more);
return list;

@@ -48,0 +48,0 @@ };

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