New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@eslang/express

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eslang/express

A wrapper of ExpressJS to simplify its usage in Espresso code.

1.1.2
latest
Source
npm
Version published
Maintainers
1
Created
Source

Espresso Express

Use it in your Espresso project

The project can be any type of default, app, module or api, which created by es-npm.

add dependency

npm i --save @eslang/express

use it in code

const express (import "express");

# to create a plain ExpressJS app.
var app (express app);

# to create an ExpressJS app which supports Espresso data in request body.
var api (express api);

# to create an ExpressJS app which supports Espresso data in request body and
# allow requests from any origin when called in web browsers.
var service (express service);

Or just check how it's used in Espresso's api project template.

Enjoy the Espresso.

Keywords

eslang

FAQs

Package last updated on 20 Aug 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts