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.59 to 1.0.60

docs/api.course.announcement.html

2

endpoints/API/Course/index.js

@@ -12,2 +12,3 @@ /**

const Analytics = require('./Analytics');
const Announcement = require('./Announcement');
const App = require('./App');

@@ -36,2 +37,3 @@ const Assignment = require('./Assignment');

Course.analytics = Analytics;
Course.announcement = Announcement;
Course.app = App;

@@ -38,0 +40,0 @@ Course.assignment = Assignment;

16

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

@@ -32,8 +32,8 @@ "main": "index.js",

"eslint-config-airbnb": "^17.1.1",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react": "^7.20.0",
"fs": "0.0.1-security",
"jsdoc": "^3.6.3",
"mocha": "^7.1.1"
"jsdoc": "^3.6.4",
"mocha": "^7.1.2"
},

@@ -43,9 +43,9 @@ "dependencies": {

"axios": "^0.19.2",
"caccl-error": "^1.0.3",
"caccl-error": "^1.0.4",
"caccl-send-request": "^1.0.13",
"csv-parse": "^4.8.8",
"csv-parse": "^4.9.1",
"parse-link-header": "^1.0.1",
"path": "^0.12.7",
"prop-types": "^15.7.2",
"qs": "^6.9.1",
"qs": "^6.9.4",
"request": "^2.88.2",

@@ -52,0 +52,0 @@ "url": "^0.11.0"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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