Gathering detailed insights and metrics for @types/node-sass-middleware
Gathering detailed insights and metrics for @types/node-sass-middleware
npm install @types/node-sass-middleware
Typescript
Module System
65.2
Supply Chain
75.5
Quality
75.9
Maintenance
100
Vulnerability
100
License
TypeScript (99.9%)
JavaScript (0.09%)
Shell (0.01%)
Total Downloads
337,834
Last Day
32
Last Week
156
Last Month
1,291
Last Year
17,428
49,092 Stars
88,622 Commits
30,287 Forks
640 Watching
5 Branches
9,977 Contributors
Latest Version
0.0.35
Package Id
@types/node-sass-middleware@0.0.35
Unpacked Size
4.03 kB
Size
1.73 kB
File Count
5
Publised On
07 Nov 2023
Cumulative downloads
Total Downloads
Last day
-8.6%
32
Compared to previous day
Last week
-42.2%
156
Compared to previous week
Last month
22.4%
1,291
Compared to previous month
Last year
-40.9%
17,428
Compared to previous year
2
npm install --save @types/node-sass-middleware
This package contains type definitions for node-sass-middleware (https://github.com/sass/node-sass-middleware).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node-sass-middleware.
1import * as express from "express"; 2import * as sass from "node-sass"; 3 4interface Options extends sass.Options { 5 /** */ 6 src: string; 7 /** */ 8 dest?: string | undefined; 9 /** */ 10 root?: string | undefined; 11 /** */ 12 prefix?: string | undefined; 13 /** */ 14 force?: boolean | undefined; 15 /** */ 16 debug?: boolean | undefined; 17 /** */ 18 indentedSyntax?: boolean | undefined; 19 /** */ 20 response?: boolean | undefined; 21 /** */ 22 error?: (() => void) | undefined; 23} 24 25/** */ 26 27declare function nodeSassMiddleware(options: Options): express.RequestHandler; 28 29/** */ 30declare namespace nodeSassMiddleware {} 31 32/** */ 33export = nodeSassMiddleware; 34
These definitions were written by Pascal Garber.
No vulnerabilities found.
Reason
30 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10
Reason
no dangerous workflow patterns detected
Reason
security policy file detected
Details
Reason
0 existing vulnerabilities detected
Reason
no binaries found in the repo
Reason
Found 27/30 approved changesets -- score normalized to 9
Reason
license file detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 8
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
project is not fuzzed
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