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

react-nuik

Package Overview
Dependencies
Maintainers
5
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-nuik - npm Package Compare versions

Comparing version 0.1.1 to 0.2.0

2

lib/components/text-input/text-input.js

@@ -86,3 +86,3 @@ 'use strict';

if (this.props.autoFocus) {
this.input.focus();
this.input.select();
}

@@ -89,0 +89,0 @@ }

{
"name": "react-nuik",
"version": "0.1.1",
"version": "0.2.0",
"repository": {

@@ -5,0 +5,0 @@ "type": "git",

@@ -31,3 +31,3 @@ // @flow

componentDidMount() {
if (this.props.autoFocus) { this.input.focus(); }
if (this.props.autoFocus) { this.input.select(); }
}

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