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

caccl-api

Package Overview
Dependencies
Maintainers
1
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

caccl-api - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

16

endpoints/API/Course/index.js

@@ -154,3 +154,3 @@ const EndpointCategory = require('../../../classes/EndpointCategory');

};
Course.listStudents.action = 'get the list of student enrollments in a course';
Course.listStudentEnrollments.action = 'get the list of student enrollments in a course';

@@ -173,3 +173,3 @@ /**

};
Course.listTeachingTeamMembers.action = 'get the list of TAs and Teacher enrollments in a course';
Course.listTeachingTeamMemberEnrollments.action = 'get the list of TAs and Teacher enrollments in a course';

@@ -192,3 +192,3 @@ /**

};
Course.listDesigners.action = 'get the list of designer enrollments in a course';
Course.listDesignerEnrollments.action = 'get the list of designer enrollments in a course';

@@ -211,3 +211,3 @@ /**

};
Course.listObservers.action = 'get the list of observer enrollments in a course';
Course.listObserverEnrollments.action = 'get the list of observer enrollments in a course';

@@ -301,3 +301,3 @@ /*------------------------------------------------------------------------*/

};
Course.listStudentEnrollments.action = 'get the list of students in a course';
Course.listStudents.action = 'get the list of students in a course';

@@ -320,3 +320,3 @@ /**

};
Course.listTeachingTeamMemberEnrollments.action = 'get the list of TAs and Teachers in a course';
Course.listTeachingTeamMembers.action = 'get the list of TAs and Teachers in a course';

@@ -339,3 +339,3 @@ /**

};
Course.listDesignerEnrollments.action = 'get the list of designers in a course';
Course.listDesigners.action = 'get the list of designers in a course';

@@ -358,3 +358,3 @@ /**

};
Course.listObserverEnrollments.action = 'get the list of observers in a course';
Course.listObservers.action = 'get the list of observers in a course';

@@ -361,0 +361,0 @@ /*------------------------------------------------------------------------*/

{
"name": "caccl-api",
"version": "1.0.4",
"version": "1.0.5",
"description": "A class that defines a set of smart Canvas endpoints that actually behave how you'd expect them to.",

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

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