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.6
to
2.0.7
+1
-1
lib-esm/interfaces/course.js

@@ -32,3 +32,3 @@ export class CanvasCourseNew {

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

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

@@ -35,3 +35,3 @@ "use strict";

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

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

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

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