Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

graphics-wrapper

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphics-wrapper - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "graphics-wrapper",
"version": "1.0.0",
"version": "1.0.1",
"description": "A wrapper for node-canvas",

@@ -5,0 +5,0 @@ "main": "index.js",

const fs = require('fs');
const Canvas = require('canvas');
const Draw = require('../graphics-wrapper');
const Draw = require('./');

@@ -5,0 +5,0 @@ const canvas = Canvas.createCanvas(500, 500);

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