Gathering detailed insights and metrics for @renet-consulting/resize
Gathering detailed insights and metrics for @renet-consulting/resize
Gathering detailed insights and metrics for @renet-consulting/resize
Gathering detailed insights and metrics for @renet-consulting/resize
npm install @renet-consulting/resize
Typescript
Module System
Node Version
NPM Version
65.8
Supply Chain
77.9
Quality
79.8
Maintenance
100
Vulnerability
99.3
License
TypeScript (57.43%)
C# (32.79%)
HTML (4.25%)
JavaScript (2.89%)
SCSS (2.35%)
Batchfile (0.25%)
CSS (0.03%)
Love this project? Help keep it running — sponsor us today! 🚀
Total Downloads
4,268
Last Day
6
Last Week
15
Last Month
123
Last Year
1,458
MIT License
3 Stars
1,074 Commits
2 Forks
6 Watchers
43 Branches
7 Contributors
Updated on Nov 22, 2024
Minified
Minified + Gzipped
Latest Version
17.0.0
Package Id
@renet-consulting/resize@17.0.0
Unpacked Size
24.19 kB
Size
6.99 kB
File Count
16
NPM Version
10.2.3
Node Version
21.2.0
Published on
Feb 19, 2024
Cumulative downloads
Total Downloads
Last Day
-14.3%
6
Compared to previous day
Last Week
-53.1%
15
Compared to previous week
Last Month
2.5%
123
Compared to previous month
Last Year
41.8%
1,458
Compared to previous year
1
1
This library provides a directive that listens resize event of an element.
There are few veriants of polyfills: resize-observer-polyfill resize-observer
inside a module:
import { ResizeModule } from '@renet-consulting/resize';
@NgModule({
...
imports: [
ResizeModule,
]
})
export class AppModule { }
inside html:
...
<div (resize)="handleResize($event)">
any text
</div>
...
Converted project to Angular v17
Converted project to Angular v16
Converted project to Angular v15
Converted project to Angular v14
Converted project to Angular v9
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
no binaries found in the repo
Reason
2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1
Reason
Found 0/5 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
branch protection not enabled on development/release branches
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
84 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-02-10
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