New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

node-screenshots

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-screenshots - npm Package Compare versions

Comparing version
0.2.1
to
0.2.2
+3
-3
index.d.ts

@@ -6,3 +6,3 @@ /* tslint:disable */

export class Image {
export declare class Image {
readonly width: number

@@ -21,3 +21,3 @@ readonly height: number

}
export class Monitor {
export declare class Monitor {
/** Unique identifier associated with the screen. */

@@ -48,3 +48,3 @@ readonly id: number

}
export class Window {
export declare class Window {
/** The window id */

@@ -51,0 +51,0 @@ readonly id: number

{
"name": "node-screenshots",
"version": "0.2.1",
"version": "0.2.2",
"main": "index.js",

@@ -39,15 +39,15 @@ "types": "index.d.ts",

"devDependencies": {
"@napi-rs/cli": "^2.16.3",
"@napi-rs/cli": "^2.18.4",
"ava": "^5.3.1"
},
"optionalDependencies": {
"node-screenshots-win32-x64-msvc": "0.2.1",
"node-screenshots-darwin-x64": "0.2.1",
"node-screenshots-linux-x64-gnu": "0.2.1",
"node-screenshots-darwin-arm64": "0.2.1",
"node-screenshots-win32-arm64-msvc": "0.2.1",
"node-screenshots-linux-x64-musl": "0.2.1",
"node-screenshots-win32-ia32-msvc": "0.2.1",
"node-screenshots-darwin-universal": "0.2.1"
"node-screenshots-win32-x64-msvc": "0.2.2",
"node-screenshots-darwin-x64": "0.2.2",
"node-screenshots-linux-x64-gnu": "0.2.2",
"node-screenshots-darwin-arm64": "0.2.2",
"node-screenshots-win32-arm64-msvc": "0.2.2",
"node-screenshots-linux-x64-musl": "0.2.2",
"node-screenshots-win32-ia32-msvc": "0.2.2",
"node-screenshots-darwin-universal": "0.2.2"
}
}