New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

react-input-code

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-input-code - npm Package Compare versions

Comparing version
1.0.6
to
1.0.7
+1
-1
package.json
{
"name": "react-input-code",
"version": "1.0.6",
"version": "1.0.7",
"description": "React component to insert a code in a series of single char input elements",

@@ -5,0 +5,0 @@ "author": {

@@ -18,2 +18,16 @@ # react-input-code

1 . Require react-input-code after installation
```js
import ReactInputCode from 'react-input-code';
```
2 . Add style css from module
```js
import 'react-input-code/dist/index.css'
```
3 . Include react-input-code as in the following example
```tsx

@@ -20,0 +34,0 @@ import React, { useState } from 'react'