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

pure-canvas

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pure-canvas - npm Package Compare versions

Comparing version 0.6.3 to 0.6.4

1

lib/NodeBase.d.ts

@@ -13,3 +13,4 @@ import Node, { Bounds, Point } from './Node';

abstract setHitEnabled(value: boolean): void;
properties: undefined;
}
export default NodeBase;

@@ -5,2 +5,5 @@ "use strict";

class NodeBase {
constructor() {
this.properties = undefined;
}
toImage() {

@@ -7,0 +10,0 @@ const { minX, minY, maxX, maxY } = this.getBounds();

2

package.json
{
"name": "pure-canvas",
"version": "0.6.3",
"version": "0.6.4",
"description": "TODO",

@@ -5,0 +5,0 @@ "main": "lib/Stage.js",

@@ -32,4 +32,6 @@ import Node, {Bounds, Point} from './Node';

abstract setHitEnabled(value: boolean): void;
properties = undefined;
}
export default NodeBase;

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