Socket
Socket
Sign inDemoInstall

caccl-authorizer

Package Overview
Dependencies
Maintainers
1
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.27 to 2.0.0-beta.0

lib/index.d.ts

38

package.json
{
"name": "caccl-authorizer",
"version": "1.1.27",
"version": "2.0.0-beta.0",
"description": "Acquires Canvas tokens through via OAuth, stores refresh tokens, and refreshes access tokens when they expire.",
"main": "index.js",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"scripts": {
"test": "node test",
"accept": "node test/accept"
"build": "tsc --project ./tsconfig.json"
},

@@ -24,3 +24,3 @@ "repository": {

],
"author": "Gabriel Abrams <gabeabrams@gmail.com>",
"author": "Gabe Abrams <gabeabrams@gmail.com>",
"license": "MIT",

@@ -32,8 +32,6 @@ "bugs": {

"devDependencies": {
"body-parser": "^1.19.0",
"caccl": "^1.1.41",
"caccl-canvas-partial-simulator": "^1.0.43",
"dce-selenium": "^1.0.58",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.1",
"@types/express": "^4.17.13",
"caccl": "^1.0.1",
"eslint": "^8.9.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-cypress": "^2.11.2",

@@ -43,18 +41,10 @@ "eslint-plugin-import": "^2.22.1",

"eslint-plugin-react": "^7.22.0",
"express": "^4.17.1",
"express-session": "^1.17.1",
"fs": "0.0.1-security",
"https": "^1.0.0",
"ims-lti": "^3.0.2",
"mocha": "^8.2.1"
"typescript": "^4.5.5"
},
"dependencies": {
"caccl-api": "^1.0.77",
"caccl-error": "^1.0.7",
"caccl-lti": "^1.1.8",
"caccl-send-request": "^1.0.15",
"ejs": "^2.7.4",
"qs": "^6.9.6",
"randomstring": "^1.1.5"
"caccl-error": "^2.0.0-beta.0",
"caccl-lti": "^2.0.0-beta.7",
"caccl-send-request": "^2.0.0-beta.0",
"express": "^4.17.3"
}
}
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc