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.0
to
0.2.1
+1
-1
index.d.ts

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

readonly x: number
/** The screen x coordinate. */
/** The screen y coordinate. */
readonly y: number

@@ -30,0 +30,0 @@ /** The screen pixel width. */

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

@@ -43,11 +43,11 @@ "types": "index.d.ts",

"optionalDependencies": {
"node-screenshots-win32-x64-msvc": "0.2.0",
"node-screenshots-darwin-x64": "0.2.0",
"node-screenshots-linux-x64-gnu": "0.2.0",
"node-screenshots-darwin-arm64": "0.2.0",
"node-screenshots-win32-arm64-msvc": "0.2.0",
"node-screenshots-linux-x64-musl": "0.2.0",
"node-screenshots-win32-ia32-msvc": "0.2.0",
"node-screenshots-darwin-universal": "0.2.0"
"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"
}
}

@@ -135,1 +135,5 @@ # ๐Ÿ“ธ node-screenshots

```
## Related Repositories
- [xcap](https://github.com/nashaofu/xcap) - XCap is a cross-platform screen capture library written in Rust