Gathering detailed insights and metrics for xssjs
Gathering detailed insights and metrics for xssjs
Gathering detailed insights and metrics for xssjs
Gathering detailed insights and metrics for xssjs
npm install xssjs
Typescript
Module System
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
2 Stars
16 Commits
1 Branches
1 Contributors
Updated on Feb 21, 2022
Latest Version
0.2.1
Package Id
xssjs@0.2.1
Unpacked Size
9.47 kB
Size
3.10 kB
File Count
9
NPM Version
6.14.15
Node Version
12.22.6
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
xss escape/unescape javascript library
Clone a copy of the main xssjs git repo by running:
1git clone git://github.com/kazikai/xssjs.git
Install rollup npm global
1cs xssjs 2npm i -g rollup 3npm i
Enter the xssjs directory and run the build script:
1npm run build
1npm run build
1npm run dev
1npm test or npm run test
Bower
1bower install xssjs
Browser
1<script src="dist/xss.js"></script>
1let cleanString = xss.excape('dirty string'); 2let originString = xss.unescape(cleanString);
Node.js
npm i --save xssjs
1const xss = require('xssjs'); 2let cleanString = xss.excape('dirty string'); 3let originString = xss.unescape(cleanString);
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no SAST tool detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/16 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
project is not fuzzed
Details
Reason
license file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
10 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