Gathering detailed insights and metrics for @types/jquery-cropper
Gathering detailed insights and metrics for @types/jquery-cropper
Gathering detailed insights and metrics for @types/jquery-cropper
Gathering detailed insights and metrics for @types/jquery-cropper
The repository for high quality TypeScript type definitions.
npm install @types/jquery-cropper
Typescript
Module System
77
Supply Chain
86.9
Quality
75.4
Maintenance
100
Vulnerability
100
License
TypeScript (99.84%)
JavaScript (0.16%)
Shell (0.01%)
Total Downloads
91,615
Last Day
653
Last Week
4,254
Last Month
16,714
Last Year
64,176
NOASSERTION License
49,787 Stars
89,431 Commits
30,392 Forks
640 Watchers
6 Branches
9,957 Contributors
Updated on May 23, 2025
Latest Version
1.0.4
Package Id
@types/jquery-cropper@1.0.4
Unpacked Size
5.76 kB
Size
1.94 kB
File Count
5
Published on
Nov 07, 2023
Cumulative downloads
Total Downloads
Last Day
20.7%
653
Compared to previous day
Last Week
8.4%
4,254
Compared to previous week
Last Month
9%
16,714
Compared to previous month
Last Year
669%
64,176
Compared to previous year
1
npm install --save @types/jquery-cropper
This package contains type definitions for jquery-cropper (https://github.com/fengyuanchen/jquery-cropper).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery-cropper.
1/// <reference types="jquery"/> 2 3interface CropperOptions { 4 viewMode?: number | undefined; 5 dragMode?: string | undefined; 6 initialAspectRatio?: number | undefined; 7 aspectRatio?: number | undefined; 8 data?: any; 9 preview?: any; 10 responsive?: boolean | undefined; 11 restore?: boolean | undefined; 12 checkCrossOrigin?: boolean | undefined; 13 checkOrientation?: string | undefined; 14 modal?: boolean | undefined; 15 guides?: boolean | undefined; 16 center?: boolean | undefined; 17 highlight?: boolean | undefined; 18 background?: boolean | undefined; 19 autoCrop?: boolean | undefined; 20 autoCropArea?: number | undefined; 21 movable?: boolean | undefined; 22 rotatable?: boolean | undefined; 23 scalable?: boolean | undefined; 24 zoomable?: boolean | undefined; 25 zoomOnTouch?: boolean | undefined; 26 zoomOnWheel?: boolean | undefined; 27 wheelZoomRatio?: number | undefined; 28 cropBoxMovable?: number | undefined; 29 cropBoxResizable?: number | undefined; 30 toggleDragModeOnDblclick?: number | undefined; 31 minContainerWidth?: number | undefined; 32 minContainerHeight?: number | undefined; 33 minCanvasWidth?: number | undefined; 34 minCanvasHeight?: number | undefined; 35 minCropBoxWidth?: number | undefined; 36 minCropBoxHeight?: number | undefined; 37 ready?(): any; 38 cropstart?(): any; 39 cropmove?(): any; 40 cropend?(): any; 41 crop?(data?: any): void; 42 zoom?(): any; 43} 44 45interface JQuery { 46 cropper(options?: CropperOptions): JQuery; 47 cropper(method: string, ...arguments: any[]): JQuery; 48 selector: JQuery; 49} 50
These definitions were written by Mustafa Salaheldin.
No vulnerabilities found.
Reason
30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Reason
security policy file detected
Details
Reason
no dangerous workflow patterns detected
Reason
0 existing vulnerabilities detected
Reason
no binaries found in the repo
Reason
Found 27/29 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-05-19
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