Socket
Socket
Sign inDemoInstall

@jiaminghi/c-render

Package Overview
Dependencies
5
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.3 to 0.2.4

6

CHANGELOG.md

@@ -0,1 +1,7 @@

# 0.2.4-alpha (2019-05-12)
### Bug Fixes
- **prototype:** `delAllGraph` exception.
# 0.2.3-alpha (2019-04-29)

@@ -2,0 +8,0 @@

4

class/crender.class.js

@@ -16,3 +16,3 @@ import color from '@jiaminghi/color'

if (!canvas) {
console.error('Missing parameters!')
console.error('CRender Missing parameters!')

@@ -155,3 +155,3 @@ return

CRender.prototype.delAllGraph = function () {
this.graphs.forEach(graph => graph.delProcessor())
this.graphs.forEach(graph => graph.delProcessor(this))

@@ -158,0 +158,0 @@ this.drawAllGraph()

{
"name": "@jiaminghi/c-render",
"version": "0.2.3",
"version": "0.2.4",
"author": "JiaMing <743192023@qq.com>",

@@ -5,0 +5,0 @@ "description": "Canvas-based vector graphics rendering plugin",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc