caccl-canvas-partial-simulator
Advanced tools
Comparing version
@@ -197,4 +197,4 @@ "use strict"; | ||
// Set up body parsing | ||
express_1.default.json(); | ||
express_1.default.urlencoded({ extended: true, limit: '5mb' }); | ||
app.use(express_1.default.json()); | ||
app.use(express_1.default.urlencoded({ extended: true, limit: '5mb' })); | ||
// Allow cross origin connections | ||
@@ -201,0 +201,0 @@ app.use(function (req, res, next) { |
{ | ||
"name": "caccl-canvas-partial-simulator", | ||
"version": "2.0.0-beta.15", | ||
"version": "2.0.0-beta.16", | ||
"description": "Partially simulates a Canvas instance, handling OAuth token exchanges and forwarding API requests", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -190,4 +190,4 @@ /* eslint-disable no-console */ | ||
// Set up body parsing | ||
express.json(); | ||
express.urlencoded({ extended: true, limit: '5mb' }); | ||
app.use(express.json()); | ||
app.use(express.urlencoded({ extended: true, limit: '5mb' })); | ||
@@ -194,0 +194,0 @@ // Allow cross origin connections |
Sorry, the diff of this file is not supported yet
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
136683
0.06%