Gathering detailed insights and metrics for @tsed/cli-plugin-prisma
Gathering detailed insights and metrics for @tsed/cli-plugin-prisma
npm install @tsed/cli-plugin-prisma
Typescript
Module System
Node Version
NPM Version
TypeScript (84.46%)
Handlebars (9.25%)
JavaScript (4.17%)
EJS (1.94%)
Shell (0.18%)
Total Downloads
120,451
Last Day
91
Last Week
537
Last Month
2,718
Last Year
62,932
42 Stars
1,178 Commits
21 Forks
9 Watching
44 Branches
28 Contributors
Minified
Minified + Gzipped
Latest Version
6.1.11
Package Id
@tsed/cli-plugin-prisma@6.1.11
Unpacked Size
11.28 kB
Size
4.10 kB
File Count
16
NPM Version
10.8.2
Node Version
20.18.1
Publised On
25 Jan 2025
Cumulative downloads
Total Downloads
Last day
-22.2%
91
Compared to previous day
Last week
-32.5%
537
Compared to previous week
Last month
-32.3%
2,718
Compared to previous month
Last year
78.1%
62,932
Compared to previous year
2
6
Please refer to the documentation for more details.
1npm install -g @tsed/cli
To create a Ts.ED project, create a new directory and use the following commands:
1tsed init . 2npm start # or yarn start
Ts.ED CLI uses the npm proxy configuration. Use these commands to configure the proxy:
1npm config set proxy http://username:password@host:port 2npm config set https-proxy http://username:password@host:port
Or you can edit directly your ~/.npmrc file:
proxy=http://username:password@host:port
https-proxy=http://username:password@host:port
https_proxy=http://username:password@host:port
The following environment variables can be also used to configure the proxy
HTTPS_PROXY
,HTTP_PROXY
andNODE_TLS_REJECT_UNAUTHORIZED
.
Please read contributing guidelines here
Thank you to all our backers! 🙏 [Become a backer]
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]
The MIT License (MIT)
Copyright (c) 2016 - 2023 Romain Lenzotti
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Reason
license file detected
Details
Reason
no binaries found in the repo
Reason
SAST tool is run on all commits
Details
Reason
dependency not pinned by hash detected -- score normalized to 1
Details
Reason
Found 1/23 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
36 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-01-27
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