Socket
Socket
Sign inDemoInstall

caccl-lti

Package Overview
Dependencies
Maintainers
0
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

caccl-lti - npm Package Compare versions

Comparing version 2.2.8 to 2.2.9

2

lib/shared/constants/APP_ID_LIFESPAN_SEC.js

@@ -9,5 +9,5 @@ "use strict";

? Number.parseFloat(process.env.APP_ID_LIFESPAN_SEC)
: 2 * 86400 // 2 days
: 3600000 // 1 hour
);
exports.default = APP_ID_LIFESPAN_SEC;
//# sourceMappingURL=APP_ID_LIFESPAN_SEC.js.map
{
"name": "caccl-lti",
"version": "2.2.8",
"version": "2.2.9",
"description": "LTI launch validator for IMS-LTI standard launches.",

@@ -30,4 +30,4 @@ "main": "./lib/index.js",

"dependencies": {
"caccl-api": "^2.2.8",
"caccl-memory-store": "^2.2.8",
"caccl-api": "^2.2.9",
"caccl-memory-store": "^2.2.9",
"express": "^4.17.2",

@@ -34,0 +34,0 @@ "express-session": "^1.17.2",

@@ -8,5 +8,5 @@ /**

? Number.parseFloat(process.env.APP_ID_LIFESPAN_SEC)
: 2 * 86400 // 2 days
: 3600000 // 1 hour
);
export default APP_ID_LIFESPAN_SEC;

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