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

electrum-arc

Package Overview
Dependencies
Maintainers
4
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 2.5.7 to 2.5.8

4

package.json
{
"name": "electrum-arc",
"version": "2.5.7",
"version": "2.5.8",
"description": "Agnostic Reactive Components for Electrum",

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

"dependencies": {
"electrum": "^3.6.0",
"electrum": "^3.6.1",
"electrum-style-reload": "^1.2.0",

@@ -30,0 +30,0 @@ "electrum-utils": "^1.6.0",

@@ -42,2 +42,3 @@ 'use strict';

});
describe ('<Foo kind="nice">', () => {

@@ -49,4 +50,11 @@ it ('applies base style and nice style to <div> element', () => {

});
describe ('<Foo style={ {color: \'pink\'} }">', () => {
it ('applies local style on top of computed styles on <div> element', () => {
const html = ReactDOMServer.renderToStaticMarkup (<Foo state={state} theme={theme} kind='nice' style={{color: 'pink'}}/>);
expect (html).to.equal ('<div style="font-family:Verdana;color:pink;"></div>');
});
});
});
/******************************************************************************/
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