Gathering detailed insights and metrics for nsfw-web
Gathering detailed insights and metrics for nsfw-web
Gathering detailed insights and metrics for nsfw-web
Gathering detailed insights and metrics for nsfw-web
npm install nsfw-web
Typescript
Module System
Node Version
NPM Version
CSS (95.25%)
JavaScript (4.27%)
SCSS (0.47%)
HTML (0.01%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
229 Commits
1 Watchers
1 Branches
2 Contributors
Updated on Dec 06, 2021
Latest Version
2.2.18
Package Id
nsfw-web@2.2.18
Unpacked Size
6.63 MB
Size
1.43 MB
File Count
9
NPM Version
8.1.0
Node Version
14.15.4
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
Since of becomming aware of strapi (https://strapi.io/) I wont continue on this project.
NSFW-Web (NodeJS Framework - Web) is a build on PrimeReact and implements an automatic connection to the NSFW-API via the NSFW-Connector, which allows the manipulation of defined Databases and Functions.
NSFW-Web is available at npm, if you have an existing application run the following command to download it to your project.
npm install nsfw-web --save
You will also need the public folder for your react app. This public folder includes themes, styles and more stuff of PrimeReact.
An example application is available at github. This example shows the combination of NSFW-API, NSFW-Proxy and NSFW-Web.
1//import {ComponentName} from 'nsfw-web'; 2import {ServerWeb} from 'nsfw-web'; 3//TODO why is auto import not working :-/
Majority of NSFW-Web components (95%) are from PrimeReact. PrimeReact has almost only native dependecies, there are some exceptions having 3rd party dependencies such as Google Maps for GMap. In addition, components require PrimeIcons for icons and react-transition-group for animations.
1 "peerDependencies": { 2 "nsfw-connector": "^1.0.26", 3 "primereact": "^6.4.1", 4 "primeicons": "^4.1.0", 5 "react": "^16.14.0", 6 "react-dom": "^16.14.0", 7 "react-router": "^4.3.1", 8 "react-router-dom": "^4.3.1" 9 }, 10 "dependencies": { 11 "chart.js": "^3.3.2", 12 "csv": "^5.5.0", 13 "luxon": "^1.27.0", 14 "quill": "^1.3.7", 15 "react-transition-group": "^4.4.2", 16 "webpack-node-externals": "^3.0.0" 17 }
No vulnerabilities found.
Reason
license file detected
Details
Reason
no binaries found in the repo
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
no SAST tool detected
Details
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
90 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
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