New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

canvas.ts

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

canvas.ts

A node.js canvas client

latest
Source
npmnpm
Version
0.2.9
Version published
Maintainers
1
Created
Source

Canvas.ts

NOTE: Canvas.ts is still in early development and is not production ready. Features are missing and bugs will occur.

Documentation

Sample application

const { Client } = require('canvas.ts')
const client = new Client()

// when client connects to Canvas
client.on('connect', () => {
  console.log(`Logged into ${client.domain} as ${client.user.name}, Enrolled in ${client.courses.size} courses.`)
})

client.connect('auth', 'domain')

Keywords

canvas

FAQs

Package last updated on 13 Sep 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts