Socket
Socket
Sign inDemoInstall

@jiaminghi/bezier-curve

Package Overview
Dependencies
1
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.7 to 0.0.8

dist/bezierCurve.min.js

6

CHANGELOG.md

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

# 0.0.8-alpha (2019-08-28)
### Perfect
- **babel:** Upgrade babel compilation mode.
# 0.0.7-alpha (2019-08-28)

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

2

lib/index.js

@@ -26,4 +26,2 @@ "use strict";

require("regenerator-runtime/runtime");
var _bezierCurveToPolyline = require("./core/bezierCurveToPolyline");

@@ -30,0 +28,0 @@

{
"name": "@jiaminghi/bezier-curve",
"version": "0.0.7",
"version": "0.0.8",
"author": "JiaMing <743192023@qq.com>",

@@ -31,7 +31,7 @@ "description": "Bezier curve extension",

"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"@babel/preset-env": "^7.5.5",
"@babel/register": "^7.4.4",
"@jiaminghi/fs": "^0.0.2",
"chai": "^4.2.0",
"ftp": "^0.3.10",
"chai": "^4.2.0",
"mocha": "^6.1.4"

@@ -38,0 +38,0 @@ },

@@ -1,3 +0,1 @@

import "regenerator-runtime/runtime"
import { bezierCurveToPolyline, getBezierCurveLength } from './core/bezierCurveToPolyline'

@@ -4,0 +2,0 @@ import polylineToBezierCurve from './core/polylineToBezierCurve'

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc