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.5.3 to 2.5.4

2

lib/utils/extend-component.js

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

function extendComponent(component, stylesDef, optionsGetter) {
var stylesResolver = _electrumTheme.Styles.build(stylesDef);
var stylesResolver = _electrumTheme.Styles.create(stylesDef);
return (function (_component) {

@@ -34,0 +34,0 @@ _inherits(_class, _component);

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

@@ -34,3 +34,3 @@ "main": "lib/index.js",

"electrum-store": "^1.2.0",
"electrum-theme": "^1.1.3",
"electrum-theme": "^1.2.0",
"electrum-utils": "^1.0.0"

@@ -37,0 +37,0 @@ },

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

export default function extendComponent (component, stylesDef, optionsGetter) {
const stylesResolver = Styles.build (stylesDef);
const stylesResolver = Styles.create (stylesDef);
return class extends component {

@@ -14,0 +14,0 @@ constructor (props) {

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