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

tscanvas

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tscanvas

a typescript wrapper around the canvas lms api

latest
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

TScanvas

Author GitHub issues

a simple wrapper for the canvas lms api.

powered by Zod!

import { Canvas } from 'tscanvas';

let canvas = new Canvas('123456789acbdef123456789acbdef123456789acbdef123456789acbdef123456789');

canvas.getAssignments().then(console.log);

Notes and warnings

This project exists solely as an internal tool and will likely never have complete coverage over the Canvas API. It is not recommended that you use this in production applications.

FAQs

Package last updated on 20 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