New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

canvas-screenshot

Package Overview
Dependencies
Maintainers
0
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

canvas-screenshot - npm Package Compare versions

Comparing version 4.2.1 to 4.2.2

4

CHANGELOG.md

@@ -5,2 +5,6 @@ # Changelog

## [4.2.2](https://github.com/dmnsgn/canvas-screenshot/compare/v4.2.1...v4.2.2) (2024-07-06)
## [4.2.1](https://github.com/dmnsgn/canvas-screenshot/compare/v4.2.0...v4.2.1) (2024-06-14)

@@ -7,0 +11,0 @@

@@ -90,1 +90,3 @@ /** @module canvasScreenshot */

export default canvasScreenshot;
export * from "./types.js";

18

package.json
{
"name": "canvas-screenshot",
"version": "4.2.1",
"version": "4.2.2",
"description": "A one trick pony package to download an image from a canvas.",

@@ -13,3 +13,6 @@ "keywords": [

"bugs": "https://github.com/dmnsgn/canvas-screenshot/issues",
"repository": "dmnsgn/canvas-screenshot",
"repository": {
"type": "git",
"url": "git+https://github.com/dmnsgn/canvas-screenshot.git"
},
"funding": [

@@ -29,3 +32,8 @@ {

"type": "module",
"exports": "./index.js",
"exports": {
".": {
"types": "./types/index.d.ts",
"default": "./index.js"
}
},
"main": "index.js",

@@ -37,3 +45,3 @@ "types": "types/index.d.ts",

"devDependencies": {
"canvas-context": "^3.2.0",
"canvas-context": "^3.3.0",
"es-module-shims": "^1.10.0"

@@ -44,4 +52,4 @@ },

"npm": ">=10.5.1",
"snowdev": "2.0.0-alpha.30"
"snowdev": ">=2.2.x"
}
}
export default canvasScreenshot;
export * from "./types.js";
/**

@@ -3,0 +4,0 @@ * Take a screenshot.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc