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 4.19.3 to 4.20.0

.vscode/tasks.json

10

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

@@ -32,7 +32,7 @@ "main": "lib/index.js",

"dependencies": {
"electrum-events": "^2.3.2",
"electrum-events": "^2.3.3",
"electrum-field": "^1.7.1",
"electrum-require-components": "^2.2.2",
"electrum-store": "^3.9.2",
"electrum-theme": "^4.6.0",
"electrum-store": "^4.0.0",
"electrum-theme": "^4.6.1",
"electrum-trace": "^1.1.2",

@@ -47,3 +47,3 @@ "electrum-utils": "^1.6.7",

"devDependencies": {
"babel-env": "^2.3.1",
"babel-env": "^2.4.0",
"chokidar-cli": "^1.2.0",

@@ -50,0 +50,0 @@ "generic-js-env": "^2.2.4",

@@ -1,4 +0,2 @@

/*globals __dirname */
'use strict';
/* globals __dirname */
var path = require ('path');

@@ -5,0 +3,0 @@ var root = path.join (__dirname, '..');

@@ -1,3 +0,2 @@

/*globals __dirname */
'use strict';
/* globals __dirname */
var babel = require ('babel-core');

@@ -23,3 +22,3 @@ var fs = require ('fs');

debug: true,
env: {
env: {
type: 'node'

@@ -26,0 +25,0 @@ },

Sorry, the diff of this file is not supported yet

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