recoil-nexus
Advanced tools
Comparing version 0.2.4 to 0.2.41
{ | ||
"name": "recoil-nexus", | ||
"version": "0.2.4", | ||
"version": "0.2.41", | ||
"description": "A small Typescript package to access your Recoil atoms outside of React components.", | ||
"main": "build/RecoilNexus.js", | ||
"scripts": { | ||
"build": "tsc", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"build": "tsc" | ||
}, | ||
@@ -22,13 +21,13 @@ "keywords": [ | ||
"recoil": "^0.1.2", | ||
"rxjs": "^6.6.3", | ||
"typescript": "^4.1.2" | ||
}, | ||
"peerDependencies": { | ||
"@types/react": "^17.0.0", | ||
"react": "^17.0.1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/luisanton-io/recoil-nexus" | ||
}, | ||
"devDependencies": { | ||
"@types/react": "^17.0.17", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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 tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
2
2
6673
3
89
+ Addedreact@18.3.1(transitive)
- Removedrxjs@^6.6.3
- Removed@types/prop-types@15.7.13(transitive)
- Removed@types/react@17.0.83(transitive)
- Removed@types/scheduler@0.16.8(transitive)
- Removedcsstype@3.1.3(transitive)
- Removedobject-assign@4.1.1(transitive)
- Removedreact@17.0.2(transitive)
- Removedrxjs@6.6.7(transitive)
- Removedtslib@1.14.1(transitive)