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
Template for Angular front-end .net core back-end project template
npm install @renet-consulting/resize
Typescript
Module System
Node Version
NPM Version
TypeScript (57.45%)
C# (32.6%)
HTML (4.43%)
JavaScript (2.89%)
SCSS (2.35%)
Batchfile (0.25%)
CSS (0.03%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
3 Stars
1,084 Commits
2 Forks
5 Watchers
44 Branches
7 Contributors
Updated on Mar 23, 2025
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
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
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
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/7 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
security policy file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
86 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-14
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