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

@sumor/api-middleware

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sumor/api-middleware - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "@sumor/api-middleware",
"description": "API Middleware is a middleware for Node.JS. It can easily expose function to api, and validate parameters",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",

@@ -6,0 +6,0 @@ "repository": "sumor-cloud/api-middleware",

@@ -40,3 +40,3 @@ # api-middleware

1. Add a file named `plus.js` in your project folder `api`
##### 1. Add a file named `plus.js` in your project folder `api`

@@ -51,3 +51,3 @@ ```js

[Optional] 2. Add a file named `plus.json` in your project folder `api`
##### [Optional] 2. Add a file named `plus.json` in your project folder `api`

@@ -71,3 +71,3 @@ ```json

3. Add the following code in your `index.js` file
##### 3. Add the following code in your `index.js` file

@@ -86,6 +86,6 @@ ```javascript

4. run index.js
##### 4. run index.js
```bash
node index.js
```
```bash
node 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