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

adaptive-bezier-curve

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

adaptive-bezier-curve - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

function.js

@@ -1,2 +0,2 @@

function clone(point) {
function clone(point) { //TODO: use gl-vec2 for this
return [point[0], point[1]]

@@ -20,3 +20,3 @@ }

return function create(start, c1, c2, end, scale, points) {
return function bezierCurve(start, c1, c2, end, scale, points) {
if (!points)

@@ -23,0 +23,0 @@ points = []

{
"name": "adaptive-bezier-curve",
"version": "1.0.0",
"version": "1.0.1",
"description": "adaptive and scalable 2D bezier curves",

@@ -12,5 +12,3 @@ "main": "index.js",

},
"dependencies": {
"bezier": "^0.1.0"
},
"dependencies": {},
"devDependencies": {

@@ -17,0 +15,0 @@ "canvas-testbed": "^1.0.2",

@@ -7,2 +7,4 @@ # adaptive-bezier-curve

Also see [adaptive-quadratic-curve](https://nodei.co/npm/adaptive-quadratic-curve/).
```js

@@ -9,0 +11,0 @@ var bezier = requier('adaptive-bezier-curve')

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