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.11 to 0.1.12

4

index.js

@@ -142,6 +142,6 @@ 'use strict';

// Don't log access token
if(e.options.headers.Authorization) {
if(e.options && e.options.headers && e.options.headers.Authorization) {
delete e.options.headers.Authorization;
}
if(e.response.request.headers.Authorization) {
if(e.response && e.response.request && e.response.request.headers && e.response.request.headers.Authorization) {
delete e.response.request.headers.Authorization;

@@ -148,0 +148,0 @@ }

{
"name": "@byu-oit/canvas-sdk",
"version": "0.1.11",
"version": "0.1.12",
"description": "A wrapper around Instructure's Canvas API",

@@ -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