New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

armstrong-react

Package Overview
Dependencies
Maintainers
5
Versions
339
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

armstrong-react - npm Package Compare versions

Comparing version

to
2.5.17

2

dist/components/form/inputs/codeInput.js

@@ -51,2 +51,3 @@ "use strict";

}
this.buildValue();
};

@@ -97,2 +98,3 @@ CodeInput.prototype.buildValue = function () {

CodeInput.prototype.keyDown = function (e) {
console.log(e.key);
var lpb = this.props.lengthPerBox[this.state.focusIndex];

@@ -99,0 +101,0 @@ var selectionLength = window.getSelection().toString().length;

2

package.json
{
"name": "armstrong-react",
"version": "2.5.16",
"version": "2.5.17",
"description": "Rocketmakers Armstrong library of React components",

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

Sorry, the diff of this file is not supported yet