Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@byu-oit/canvas-sdk

Package Overview
Dependencies
Maintainers
12
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@byu-oit/canvas-sdk - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

2

package.json
{
"name": "@byu-oit/canvas-sdk",
"version": "0.1.3",
"version": "0.1.4",
"description": "A wrapper around Instructure's Canvas API",

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

@@ -102,4 +102,4 @@ 'use strict';

sections.changeEnrollment = async function(sisSectionId, sisUserId, task) {
const enrollment = await sections.getEnrollment(sisSectionId, sisUserId);
sections.changeEnrollment = async function(sisSectionId, sisUserId, task, type) {
const enrollment = await sections.getEnrollment(sisSectionId, sisUserId, type);
if(enrollment) {

@@ -106,0 +106,0 @@ const options = {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc