@web3-react/types
Advanced tools
Comparing version 8.0.9-alpha.0 to 8.0.9-beta.0
{ | ||
"name": "@web3-react/types", | ||
"keywords": [ | ||
"web3-react" | ||
], | ||
"author": "Noah Zinsmeister <noahwz@gmail.com>", | ||
"license": "GPL-3.0-or-later", | ||
"repository": "github:NoahZinsmeister/web3-react", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"version": "8.0.9-alpha.0", | ||
"type": "module", | ||
"version": "8.0.9-beta.0", | ||
"files": [ | ||
"./dist/*" | ||
"dist/*" | ||
], | ||
"exports": { | ||
"import": "./dist/index.js" | ||
"types": "./dist/esm/index.d.ts", | ||
"import": "./dist/esm/index.mjs", | ||
"require": "./dist/cjs/index.js" | ||
}, | ||
"module": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"types": "./dist/esm/index.d.ts", | ||
"module": "./dist/esm/index.mjs", | ||
"main": "./dist/cjs/index.js", | ||
"scripts": { | ||
"prebuild": "rm -rf dist", | ||
"build": "tsc", | ||
"build": "tsc && tsc --project tsconfig.cjs.json", | ||
"postbuild": "mv dist/esm/index.js dist/esm/index.mjs", | ||
"start": "tsc --watch" | ||
}, | ||
"peerDependencies": { | ||
"zustand": "^3.5.10" | ||
"dependencies": { | ||
"zustand": "^4.0.0-beta.2" | ||
}, | ||
"gitHead": "083b78b470ac6b73dce6c32738d87bf0d34e4461" | ||
"gitHead": "19c1b294a341a25d99dc41d961cff99b6fa89bc5" | ||
} |
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
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
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
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
39635
6
116
1
0
2
0
3
No
+ Addedzustand@^4.0.0-beta.2
+ Addedjs-tokens@4.0.0(transitive)
+ Addedloose-envify@1.4.0(transitive)
+ Addedreact@18.3.1(transitive)
+ Addeduse-sync-external-store@1.2.2(transitive)
+ Addedzustand@4.5.5(transitive)
- Removedzustand@3.7.2(transitive)