Socket
Socket
Sign inDemoInstall

skia-canvas

Package Overview
Dependencies
126
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.9.5 to 0.9.6

Makefile

20

package.json
{
"name": "skia-canvas",
"version": "0.9.5",
"version": "0.9.6",
"description": "A canvas environment for Node",

@@ -12,9 +12,2 @@ "main": "lib/index.js",

},
"files": [
"lib",
"native/build.rs",
"native/Cargo.*",
"native/src",
"native/index.node"
],
"bugs": {

@@ -40,13 +33,4 @@ "url": "https://github.com/samizdatco/skia-canvas/issues"

"scripts": {
"install": "node-pre-gyp install --fallback-to-build=false || neon build --release",
"package": "node-pre-gyp package",
"upload-binary": "node-pre-gyp package && node-pre-gyp-github publish"
"install": "neon build --release"
},
"binary": {
"module_name": "index",
"host": "https://github.com/samizdatco/skia-canvas/releases/download/",
"remote_path": "{version}",
"package_name": "{node_abi}-{platform}-{arch}.tar.gz",
"module_path": "./native"
},
"dependencies": {

@@ -53,0 +37,0 @@ "glob": "^7.1.6",

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