New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.2.4 to 2.2.5

3

lib/utils/mark-component-as-pure.js

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

_electrumTheme.Styles.with(props, list, more);
styles.with(props, list, more);
return list;
};

@@ -78,0 +79,0 @@

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

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

"electrum-store": "^1.0.1",
"electrum-theme": "^1.1.1",
"electrum-theme": "^1.1.2",
"jsdom": "^7.0.2",

@@ -42,0 +42,0 @@ "mai-chai": "^1.1.2",

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

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

@@ -35,0 +36,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