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

fs-react

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fs-react - npm Package Compare versions

Comparing version
0.0.1
to
0.0.2
+2
-2
package.json
{
"name": "fs-react",
"version": "0.0.1",
"version": "0.0.2",
"description": "",
"main": "index.js",
"main": "./lib/fs-react.js",
"scripts": {

@@ -7,0 +7,0 @@ "test": "echo \"Error: no test specified\" && exit 1"

@@ -21,17 +21,4 @@ # ReactAutoComplelte

<div>
<ReactAutoCompletes
bgcolor="red", // "#f00"
txtColor="white", // "#fff"
data={[
{ name: 'one', value: 1 },
{ name: 'two', value: 2 },
{ name: 'three', value: 3 },
]},
columns={[
title:'Name', filed: 'name'
]}
/>
</div>
```

@@ -38,0 +25,0 @@