New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

canvas-curve

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

canvas-curve - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

3

lib/canvas-curve.js

@@ -479,2 +479,3 @@ /**

const {
canvas,
width,

@@ -554,3 +555,3 @@ height,

// creating the canvas
this._canvas = document.createElement('canvas');
this._canvas = canvas;
this._canvas.width = width;

@@ -557,0 +558,0 @@ this._canvas.height = height;

{
"name": "canvas-curve",
"version": "0.1.2",
"version": "0.1.3",
"description": "A spline widget",

@@ -5,0 +5,0 @@ "author": "moocher",

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