Socket
Socket
Sign inDemoInstall

@jiaminghi/bezier-curve

Package Overview
Dependencies
3
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.4 to 0.0.5

.babelrc

6

CHANGELOG.md

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

# 0.0.5-alpha (2019-06-06)
### Perfect
- **ES5:** Use babel to transcode to `ES5`.
# 0.0.4-alpha (2019-04-11)

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

16

package.json
{
"name": "@jiaminghi/bezier-curve",
"version": "0.0.4",
"version": "0.0.5",
"author": "JiaMing <743192023@qq.com>",
"description": "Bezier curve extension",
"main": "index.js",
"main": "lib/index.js",
"repository": {

@@ -12,2 +12,4 @@ "type": "git",

"scripts": {
"compile": "babel -d lib/ src/",
"prepublish": "npm run compile",
"test": "echo \"Error: no test specified\" && exit 1"

@@ -25,3 +27,11 @@ },

],
"homepage": "https://github.com/jiaming743/BezierCurve#readme"
"homepage": "https://github.com/jiaming743/BezierCurve#readme",
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5"
},
"dependencies": {
"@babel/polyfill": "^7.4.4"
}
}
index.js
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