🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

caccl-canvas-partial-simulator

Package Overview
Dependencies
Maintainers
1
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

caccl-canvas-partial-simulator - npm Package Compare versions

Comparing version

to
2.0.0-beta.16

4

lib/start.js

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