Socket
Socket
Sign inDemoInstall

a127-magic

Package Overview
Dependencies
189
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.12.0 to 0.12.1

4

lib/middleware.js

@@ -30,3 +30,2 @@ /****************************************************************************

var YAML = require('js-yaml');
var bodyParser = require('body-parser');

@@ -75,5 +74,2 @@ // default filter just drops all the x- labels

var middlewares = [
bodyParser.urlencoded({ extended: false }),
bodyParser.json(),
bodyParser.text({ type: '*/*' }),
swaggerTools.swaggerMetadata(magic.swaggerObject),

@@ -80,0 +76,0 @@ swaggerTools.swaggerSecurity(magic.volosAuth.swaggerSecurityHandlers),

3

package.json
{
"name": "a127-magic",
"version": "0.12.0",
"version": "0.12.1",
"description": "Apigee 127 Swagger Loader and Middleware",

@@ -19,3 +19,2 @@ "keywords": [

"dependencies": {
"body-parser": "^1.15.0",
"cors": "^2.5.3",

@@ -22,0 +21,0 @@ "debug": "^2.2.0",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc