recoil-nexus
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "recoil-nexus", | ||
"version": "0.1.1", | ||
"description": "A small Typescript package to peep and inject values in your Recoil atoms outside of React components.", | ||
"version": "0.1.2", | ||
"description": "A small Typescript package to access your Recoil atoms outside of React components.", | ||
"main": "build/RecoilNexus.js", | ||
@@ -28,3 +28,7 @@ "scripts": { | ||
"react": "^17.0.1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/luisanton-io/recoil-nexus" | ||
} | ||
} |
@@ -47,3 +47,3 @@ # R E C O I L - N E X U S | ||
### 2. Use hooks to get/set values: keep in mind that the GET value will return a Promise. | ||
<br/> | ||
| Hook | Returns | | ||
@@ -54,3 +54,3 @@ | :------------- | :----------- | | ||
| `useRecoilNexusSetValue` | returns setter function | | ||
<br/> | ||
```tsx | ||
@@ -57,0 +57,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
12769
0