Skip to content

Commit

Permalink
v8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
venables committed Nov 28, 2024
1 parent d061d15 commit 6b595f0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@
"author": "Matt Venables <[email protected]>",
"description": "Security header middleware collection for koa",
"license": "MIT",
"version": "8.0.0",
"version": "8.0.1",
"main": "lib/koa-helmet.js",
"typings": "./koa-helmet.d.ts",
"scripts": {
"check": "npm run format:check && npm run lint && npm run test",
"check": "npm run format:check && npm run lint && npm run test && npm run typecheck",
"format": "prettier --write .",
"format:check": "prettier --check .",
"lint": "eslint .",
"test": "vitest"
"test": "vitest",
"typecheck": "tsc --noEmit --pretty"
},
"keywords": [
"security",
Expand Down

0 comments on commit 6b595f0

Please sign in to comment.