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

canvas-hypertxt

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

canvas-hypertxt - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

dist/cjs/index.cjs

8

package.json
{
"name": "canvas-hypertxt",
"version": "0.0.4",
"version": "0.0.5",
"description": "The fastest way to layout wrapped text on a HTML5 canvas",

@@ -11,7 +11,7 @@ "sideEffects": false,

"browser": "dist/js/index.js",
"main": "dist/cjs/index.js",
"module": "dist/js/index.js",
"main": "dist/cjs/index.cjs",
"module": "dist/js/index.cjs",
"types": "dist/ts/index.d.ts",
"exports": {
"import": "./dist/js/index.js",
"import": "./dist/js/index.cjs",
"require": "./dist/cjs/index.js"

@@ -18,0 +18,0 @@ },

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