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

electrum-arc

Package Overview
Dependencies
Maintainers
1
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 1.13.5 to 1.13.6

6

lib/components/forms/fields/basic-field.component.js

@@ -33,4 +33,4 @@ 'use strict';

_createClass(BasicField, [{
key: 'onChange',
value: function onChange(e) {
key: 'onKeyDown',
value: function onKeyDown(e) {
var _props = this.props;

@@ -40,3 +40,3 @@ const id = _props.id;

console.log(`onChange: ${ state.generation } value=${ e.value }`);
console.log(`onKeyDown: ${ state.generation } value=${ e.value }`);
state.set(id, e.value);

@@ -43,0 +43,0 @@ }

{
"name": "electrum-arc",
"version": "1.13.5",
"version": "1.13.6",
"description": "Agnostic Reactive Components for Electrum",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -13,5 +13,5 @@ 'use strict';

onChange (e) {
onKeyDown (e) {
const {id, state} = this.props;
console.log (`onChange: ${state.generation} value=${e.value}`);
console.log (`onKeyDown: ${state.generation} value=${e.value}`);
state.set (id, e.value);

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