Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

canvas-client

Package Overview
Dependencies
Maintainers
3
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

canvas-client - npm Package Compare versions

Comparing version
2.0.4
to
2.0.5
+3
-3
lib-esm/interfaces/course.d.ts

@@ -1,4 +0,4 @@

import { CanvasEnrollmentShortType, SpecialTermID, CanvasID, SISCourseID, UserDisplay, CanvasEnrollmentDisplay } from '.';
import { CanvasSection } from './section';
import { CanvasEnrollmentTerm } from './term';
import { type CanvasEnrollmentShortType, type SpecialTermID, type CanvasID, type SISCourseID, type UserDisplay, type CanvasEnrollmentDisplay } from '.';
import { type CanvasSection } from './section';
import { type CanvasEnrollmentTerm } from './term';
export interface ICanvasCourseNew {

@@ -5,0 +5,0 @@ name?: string;

@@ -31,2 +31,4 @@ export class CanvasCourseNew {

this.start_at = course.start_at;
if (course.end_at)
this.end_at = course.start_at;
}

@@ -33,0 +35,0 @@ }

@@ -1,4 +0,4 @@

import { CanvasEnrollmentShortType, SpecialTermID, CanvasID, SISCourseID, UserDisplay, CanvasEnrollmentDisplay } from '.';
import { CanvasSection } from './section';
import { CanvasEnrollmentTerm } from './term';
import { type CanvasEnrollmentShortType, type SpecialTermID, type CanvasID, type SISCourseID, type UserDisplay, type CanvasEnrollmentDisplay } from '.';
import { type CanvasSection } from './section';
import { type CanvasEnrollmentTerm } from './term';
export interface ICanvasCourseNew {

@@ -5,0 +5,0 @@ name?: string;

@@ -34,2 +34,4 @@ "use strict";

this.start_at = course.start_at;
if (course.end_at)
this.end_at = course.start_at;
}

@@ -36,0 +38,0 @@ }

{
"name": "canvas-client",
"version": "2.0.4",
"version": "2.0.5",
"description": "Typescript library to make accessing the Canvas API more convenient.",

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