canvas-client
Advanced tools
@@ -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 @@ } |
+1
-1
| { | ||
| "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", |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
136357
0