Comparing version 0.0.0 to 0.0.1-alpha.0
{ | ||
"name": "viem", | ||
"version": "0.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC", | ||
"description": "TypeScript (& JavaScript) Interface for Ethereum", | ||
"version": "0.0.1-alpha.0", | ||
"dependencies": { | ||
"@noble/hashes": "^1.1.2", | ||
"@wagmi/chains": "^0.1.0", | ||
"abitype": "^0.2.5" | ||
}, | ||
"files": [ | ||
"/actions", | ||
"/chains", | ||
"/dist", | ||
"/clients", | ||
"/types", | ||
"/utils", | ||
"/window" | ||
], | ||
"exports": { | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.js" | ||
}, | ||
"./actions": { | ||
"types": "./dist/actions/index.d.ts", | ||
"default": "./dist/actions/index.js" | ||
}, | ||
"./chains": { | ||
"types": "./dist/chains.d.ts", | ||
"default": "./dist/chains.js" | ||
}, | ||
"./clients": { | ||
"types": "./dist/clients/index.d.ts", | ||
"default": "./dist/clients/index.js" | ||
}, | ||
"./utils": { | ||
"types": "./dist/utils/index.d.ts", | ||
"default": "./dist/utils/index.js" | ||
}, | ||
"./window": { | ||
"types": "./dist/window.d.ts", | ||
"default": "./dist/window.js" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"type": "module", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"sideEffects": false, | ||
"license": "WAGMIT", | ||
"repository": "wagmi-dev/viem", | ||
"author": "moxey.eth", | ||
"ethereum": "moxey.eth", | ||
"keywords": [ | ||
"eth", | ||
"ethereum", | ||
"dapps", | ||
"wallet", | ||
"web3" | ||
], | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"build": "tsup", | ||
"dev": "DEV=true tsup" | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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 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
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
213087
31
5903
1
2
Yes
3
1
2
2
+ Added@noble/hashes@^1.1.2
+ Added@wagmi/chains@^0.1.0
+ Addedabitype@^0.2.5
+ Added@noble/hashes@1.5.0(transitive)
+ Added@wagmi/chains@0.1.14(transitive)
+ Addedabitype@0.2.5(transitive)
+ Addedtypescript@5.6.3(transitive)