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

@meeshkanml/express-middleware

Package Overview
Dependencies
Maintainers
4
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@meeshkanml/express-middleware - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

6

package.json
{
"name": "@meeshkanml/express-middleware",
"version": "0.0.1",
"version": "0.0.2",
"description": "Express middleware to create .jsonl files for consumption by Meeshkan.",

@@ -17,2 +17,3 @@ "main": "dist/index.js",

"express": "^4.17.1",
"http-types": "^0.5.0",
"jest": "^25.1.0",

@@ -22,4 +23,3 @@ "prettier": "^1.19.1",

"ts-jest": "^25.2.0",
"typescript": "^3.7.5",
"http-types": "^0.5.0"
"typescript": "^3.7.5"
},

@@ -26,0 +26,0 @@ "scripts": {

@@ -50,1 +50,15 @@ [![CircleCI](https://circleci.com/gh/Meeshkan/express-middleware.svg?style=svg)](https://circleci.com/gh/Meeshkan/express-middleware)

```
Publish package:
```bash
$ yarn publish --access public
```
Push git tags:
```bash
$ TAG=v`cat package.json | grep version | awk 'BEGIN { FS = "\"" } { print $4 }'`
$ git tag -a $TAG -m $TAG
$ git push origin $TAG
```
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