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.4 to 0.6.5

2

lib/NodeBase.d.ts

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

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

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

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

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

{
"name": "pure-canvas",
"version": "0.6.4",
"version": "0.6.5",
"description": "TODO",

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

@@ -33,5 +33,5 @@ import Node, {Bounds, Point} from './Node';

properties = undefined;
properties?: T;
}
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