Socket
Socket
Sign inDemoInstall

@jiaminghi/c-render

Package Overview
Dependencies
7
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.3 to 0.3.4

.babelrc

6

CHANGELOG.md

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

# 0.3.4-alpha (2019-06-06)
### Perfect
- **ES5:** Use babel to transcode to `ES5`.
# 0.3.3-alpha (2019-06-06)

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

12

package.json
{
"name": "@jiaminghi/c-render",
"version": "0.3.3",
"version": "0.3.4",
"author": "JiaMing <743192023@qq.com>",
"description": "Canvas-based vector graphics rendering plugin",
"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"

@@ -27,6 +29,12 @@ },

"dependencies": {
"@babel/polyfill": "^7.4.4",
"@jiaminghi/bezier-curve": "*",
"@jiaminghi/color": "*",
"@jiaminghi/transition": "*"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5"
}
}
class/crender.class.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