@meeshkanml/express-middleware
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"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 | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
18432
64
1