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.4.5 to 2.4.6

4

package.json
{
"name": "electrum",
"version": "2.4.5",
"version": "2.4.6",
"description": "Electrum simplifies framework-agnostic declaration of React components.",

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

"dependencies": {
"electrum-events": "^1.1.1",
"electrum-events": "^1.1.2",
"electrum-field": "^1.0.1",

@@ -34,0 +34,0 @@ "electrum-store": "^1.0.7",

@@ -206,15 +206,1 @@ # Electrum

```
> Note: as of December 4 2015, Babel 6 chokes on source files with only
> a _wildcard export_. See [this issue](https://phabricator.babeljs.io/T2763).
> The error message is:
>
> _Invariant Violation: src/components.js: To get a node path the parent
> needs to exist_
>
> A workaround is to first import, then export:
>
```javascript
import * as all from './all.js';
export * from './all.js';
```
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