You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

cropify

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cropify - npm Package Compare versions

Comparing version
1.0.9-beta.0
to
1.0.9-beta.1
+1
-2
dist/index.d.mts

@@ -11,4 +11,3 @@ interface optionType {

}
declare const cropImage: (option: optionType) => Promise<Buffer>;
export { cropImage };
export declare const cropImage: (option: optionType) => Promise<Buffer>;

@@ -11,4 +11,3 @@ interface optionType {

}
declare const cropImage: (option: optionType) => Promise<Buffer>;
export { cropImage };
export declare const cropImage: (option: optionType) => Promise<Buffer>;
{
"name": "cropify",
"version": "1.0.9-beta.0",
"version": "1.0.9-beta.1",
"description": "Crop and round image corners seamlessly.",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",