Socket
Socket
Sign inDemoInstall

js-draw

Package Overview
Dependencies
Maintainers
1
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-draw - npm Package Compare versions

Comparing version 0.7.0 to 0.7.1

3

CHANGELOG.md

@@ -0,1 +1,4 @@

# 0.7.1
* Fix scrollbars in text tool appearing when they should not (mostly in Chrome).
# 0.7.0

@@ -2,0 +5,0 @@ * Text tool

@@ -42,2 +42,3 @@ import Color4 from '../Color4';

white-space: pre;
overflow: hidden;

@@ -126,2 +127,4 @@ padding: 0;

this.updateTextInput();
// Update the input size/position/etc. after the placeHolder has had time to appear.
setTimeout(() => this.updateTextInput(), 0);
this.textInputElem.oninput = () => {

@@ -128,0 +131,0 @@ if (this.textInputElem) {

2

package.json
{
"name": "js-draw",
"version": "0.7.0",
"version": "0.7.1",
"description": "Draw pictures using a pen, touchscreen, or mouse! JS-draw is a drawing library for JavaScript and TypeScript. ",

@@ -5,0 +5,0 @@ "main": "./dist/src/lib.d.ts",

@@ -50,2 +50,3 @@ import Color4 from '../Color4';

white-space: pre;
overflow: hidden;

@@ -156,2 +157,5 @@ padding: 0;

// Update the input size/position/etc. after the placeHolder has had time to appear.
setTimeout(() => this.updateTextInput(), 0);
this.textInputElem.oninput = () => {

@@ -158,0 +162,0 @@ if (this.textInputElem) {

Sorry, the diff of this file is too big to display

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