Gathering detailed insights and metrics for @0x/typescript-typings
Gathering detailed insights and metrics for @0x/typescript-typings
Gathering detailed insights and metrics for @0x/typescript-typings
Gathering detailed insights and metrics for @0x/typescript-typings
npm install @0x/typescript-typings
Typescript
Module System
Min. Node Version
Node Version
NPM Version
84.9
Supply Chain
89.6
Quality
82.9
Maintenance
100
Vulnerability
100
License
tools - bee0702
Published on 07 Apr 2023
tools - c33f74a
Published on 07 Apr 2023
tools - 8c79268
Published on 26 Jan 2023
tools - 38f717a
Published on 13 Oct 2022
tools - aad2bd4
Published on 18 Aug 2022
tools - 0787b82
Published on 16 Mar 2022
TypeScript (65.97%)
MDX (23.63%)
Python (4.88%)
JavaScript (2.83%)
Handlebars (1.59%)
Solidity (1.1%)
Total Downloads
3,996,119
Last Day
196
Last Week
4,363
Last Month
17,541
Last Year
269,412
100 Stars
16,563 Commits
67 Forks
9 Watching
44 Branches
86 Contributors
Latest Version
5.3.2
Package Id
@0x/typescript-typings@5.3.2
Unpacked Size
101.61 kB
Size
16.34 kB
File Count
34
NPM Version
lerna/3.16.10/node@v16.16.0+arm64 (darwin)
Node Version
16.16.0
Cumulative downloads
Total Downloads
Last day
-42.7%
196
Compared to previous day
Last week
-14.2%
4,363
Compared to previous week
Last month
3.7%
17,541
Compared to previous month
Last year
-59.8%
269,412
Compared to previous year
2
Type repository for external packages used by 0x. This is like our small version of DefinitelyTyped
1yarn add -D @0x/typescript-typings
Add the following line within an compilerOptions
section of your tsconfig.json
1"typeRoots": ["node_modules/@0x/typescript-typings/types", "node_modules/@types"]
This will allow the TS compiler to first look into that repo and then fallback to DT types.
We welcome improvements and fixes from the wider community! To report bugs within this package, please create an issue in this repository.
Please read our contribution guidelines before getting started.
If you don't have yarn workspaces enabled (Yarn < v1.0) - enable them:
1yarn config set workspaces-experimental true
Then install dependencies
1yarn install
To build this package and all other monorepo packages that it depends on, run the following from the monorepo root directory:
1PKG=@0x/typescript-typings yarn build
Or continuously rebuild on change:
1PKG=@0x/typescript-typings yarn watch
1yarn clean
1yarn lint
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 3/11 approved changesets -- score normalized to 2
Reason
2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
48 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-12-23
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More