Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

resource-action-api

Package Overview
Dependencies
Maintainers
4
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

resource-action-api - npm Package Compare versions

Comparing version 2.1.22 to 2.1.23

8

index.js

@@ -28,4 +28,8 @@ const bodyParser = require('body-parser');

app.use(bodyParser.urlencoded({extended: true}));
app.use(jsonParser);
// app.use(bodyParser.urlencoded({extended: true}));
sharedExports.app.use(express.json({limit: '50mb'}));
sharedExports.app.use(express.urlencoded({limit: '50mb'}));
// app.use(jsonParser);
app.use(cors());

@@ -32,0 +36,0 @@ app.use(passport.initialize());

{
"name": "resource-action-api",
"version": "2.1.22",
"version": "2.1.23",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

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