Skip to content

Commit 71acef3

Browse files
author
Reinaldy Rafli
committed
chore: bump version v1.0.5
1 parent 2be971d commit 71acef3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
This middleware helps web developers fight [CSRF](https://en.wikipedia.org/wiki/Cross-site_request_forgery) attacks. Bear in mind, by solely using this middleware, we can't guarantee your app will be free from CSRF attacks. Refer to [CSRF Prevention Cheat Sheet](https://cheatsheetseries.owasp.org/cheatsheets/Cross-Site_Request_Forgery_Prevention_Cheat_Sheet.html) and [pillarjs/understanding-csrf](https://github.com/pillarjs/understanding-csrf) for more details.
1111

1212
* ⚡ Framework agnostic (works with Express, Tinyhttp, Polka, and more!)
13-
* ✨ Native ESM support
13+
* ✨ Native ESM (No CommonJS support)
1414
* 🛠 Typescript typings out of the box
1515
* 🚀 No legacy dependencies
1616

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "malibu",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "Framework-agnostic CSRF middleware",
55
"keywords": [
66
"csrf",

0 commit comments

Comments
 (0)