node-screenshots
Advanced tools
+3
-3
@@ -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 |
+10
-10
| { | ||
| "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" | ||
| } | ||
| } |
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
28721
0.08%