Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

modern-screenshot

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

modern-screenshot - npm Package Compare versions

Comparing version 4.5.3 to 4.5.4

worker.d.ts

12

package.json
{
"name": "modern-screenshot",
"type": "module",
"version": "4.5.3",
"version": "4.5.4",
"packageManager": "pnpm@9.12.3",

@@ -36,5 +36,5 @@ "description": "Quickly generate image from DOM node using HTML5 canvas and SVG",

"./worker": {
"types": "./dist/worker.d.ts",
"import": "./dist/worker.mjs",
"require": "./dist/worker.cjs"
"types": "./worker.d.ts",
"import": "./dist/worker.js",
"require": "./dist/worker.js"
},

@@ -56,2 +56,3 @@ "./*": "./*"

"files": [
"worker.d.ts",
"dist"

@@ -65,4 +66,5 @@ ],

"coverage": "vitest run --coverage",
"build:lib": "vite build && unbuild",
"build:worker": "vite build --config vite.worker.config.ts",
"build": "vite build && unbuild && pnpm build:worker",
"build": "pnpm build:lib && pnpm build:worker",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md",

@@ -69,0 +71,0 @@ "release": "bumpp package.json --commit \"release: v%s\" --push --all --tag",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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