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

@cmmv/cookie-parser

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cmmv/cookie-parser - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

5

package.json
{
"name": "@cmmv/cookie-parser",
"version": "0.4.0",
"version": "0.4.1",
"description": "CMMV (@cookie-parser)",

@@ -30,3 +30,2 @@ "publishConfig": {

"on-headers": "^1.0.2",
"safe-buffer": "^5.2.1",
"vary": "^1.1.2"

@@ -37,3 +36,3 @@ },

},
"gitHead": "73075d5d4a87cca44d1a83f658f77ce224b93be4"
"gitHead": "645540b6539fed0a1db641952fe3fbede3c1b2f3"
}

68

Readme.md
<p align="center">
<a href="https://cmmv.io/" target="blank"><img src="https://raw.githubusercontent.com/andrehrferreira/cmmv/main/public/assets/logo.png" width="300" alt="CMMV Logo" /></a>
<a href="https://cmmv.io/" target="blank"><img src="https://raw.githubusercontent.com/andrehrferreira/cmmv/main/public/assets/logo_CMMV_negativa.svg" width="300" alt="CMMV Logo" /></a>
</p>

@@ -20,3 +20,2 @@ <p align="center">Contract-Model-Model-View (CMMV) <br/> A minimalistic framework for building scalable and modular applications using TypeScript contracts.</p>

## Installation

@@ -27,3 +26,3 @@

```bash
$ npm install @cmmv/server @cmmv/server-static
$ pnpm add @cmmv/server
```

@@ -80,3 +79,3 @@

app.get('/view', function (req, res) {
app.get('/view', async (req, res) => {
res.render('index', { title: 'Hey', message: 'Hello there!' });

@@ -108,3 +107,2 @@ });

.then(server => {
//console.log(app.server)
console.log(

@@ -133,33 +131,33 @@ `Listen on http://${server.address().address}:${server.address().port}`,

* Run: Thu Oct 02 2024 15:23:41 GMT+0000 (Coordinated Universal Time)
* Method: autocannon -c 100 -d 40 -p 10 localhost:3000
* Method: ``autocannon -c 100 -d 40 -p 10 localhost:3000``
| Framework | Version | Router | Requests/s | Latency (ms) | Throughput/Mb |
| | Version | Router | Requests/s | Latency (ms) | Throughput/Mb |
|--------------------------|----------|--------|------------|--------------|---------------|
| polka | 0.5.2 | βœ“ | 47499.2 | 20.61 | 8.47 |
| connect | 3.7.0 | βœ— | 47233.6 | 20.70 | 8.42 |
| bare | v20.17.0 | βœ— | 46587.2 | 20.99 | 8.31 |
| fastify | 5.0.0 | βœ“ | 46321.0 | 21.17 | 8.30 |
| server-base-router | 7.1.32 | βœ“ | 46158.6 | 21.19 | 8.23 |
| micro | 10.0.1 | βœ— | 45477.4 | 21.55 | 8.11 |
| rayo | 1.4.6 | βœ“ | 45397.6 | 21.59 | 8.10 |
| server-base | 7.1.32 | βœ— | 44877.0 | 21.85 | 8.00 |
| micro-route | 2.5.0 | βœ“ | 43836.6 | 22.37 | 7.82 |
| connect-router | 1.3.8 | βœ“ | 43080.0 | 22.78 | 7.68 |
| cmmv | 0.0.11 | βœ“ | 41603.9 | 23.60 | 7.46 |
| restana | 4.9.9 | βœ“ | 41601.8 | 23.57 | 7.42 |
| hono | 4.6.3 | βœ“ | 41482.1 | 23.66 | 7.40 |
| polkadot | 1.0.0 | βœ— | 40766.6 | 24.08 | 7.27 |
| 0http | 3.5.3 | βœ“ | 38630.6 | 25.44 | 6.89 |
| koa | 2.15.3 | βœ— | 38582.8 | 25.46 | 6.88 |
| take-five | 2.0.0 | βœ“ | 37030.6 | 26.59 | 13.31 |
| h3 | 1.13.0 | βœ— | 36602.2 | 26.86 | 6.53 |
| koa-isomorphic-router | 1.0.1 | βœ“ | 36570.6 | 26.88 | 6.52 |
| h3-router | 1.13.0 | βœ“ | 35513.8 | 27.70 | 6.33 |
| koa-router | 12.0.1 | βœ“ | 35363.8 | 27.84 | 6.31 |
| hapi | 21.3.10 | βœ“ | 32379.0 | 30.42 | 5.77 |
| microrouter | 3.1.3 | βœ“ | 32073.4 | 30.72 | 5.72 |
| restify | 11.1.0 | βœ“ | 30820.4 | 31.97 | 5.56 |
| fastify-big-json | 5.0.0 | βœ“ | 12205.6 | 81.42 | 140.44 |
| express | 5.0.0 | βœ“ | 10808.0 | 91.93 | 1.93 |
| express-with-middlewares | 5.0.0 | βœ“ | 9815.5 | 101.27 | 3.65 |
| bare | v20.17.0 | βœ— | 45270.4 | 21.62 | 8.07 |
| micro | 10.0.1 | βœ— | 44705.8 | 21.93 | 7.97 |
| fastify | 5.0.0 | βœ“ | 44547.8 | 22.01 | 7.99 |
| connect | 3.7.0 | βœ— | 44174.4 | 22.18 | 7.88 |
| polka | 0.5.2 | βœ“ | 43791.2 | 22.37 | 7.81 |
| rayo | 1.4.6 | βœ“ | 43731.8 | 22.41 | 7.80 |
| server-base-router | 7.1.32 | βœ“ | 43117.6 | 22.72 | 7.69 |
| server-base | 7.1.32 | βœ— | 42169.4 | 23.24 | 7.52 |
| micro-route | 2.5.0 | βœ“ | 41600.0 | 23.55 | 7.42 |
| connect-router | 1.3.8 | βœ“ | 41163.3 | 23.85 | 7.34 |
| cmmv | 0.4.0 | βœ“ | 40995.2 | 23.92 | 7.35 |
| hono | 4.6.3 | βœ“ | 39738.6 | 24.68 | 7.09 |
| polkadot | 1.0.0 | βœ— | 37472.8 | 26.20 | 6.68 |
| koa | 2.15.3 | βœ— | 37181.4 | 26.42 | 6.63 |
| 0http | 3.5.3 | βœ“ | 37101.6 | 26.47 | 6.62 |
| take-five | 2.0.0 | βœ“ | 35171.4 | 27.95 | 12.65 |
| h3 | 1.13.0 | βœ— | 34667.4 | 28.35 | 6.18 |
| koa-isomorphic-router | 1.0.1 | βœ“ | 34542.7 | 28.46 | 6.16 |
| h3-router | 1.13.0 | βœ“ | 33551.0 | 29.31 | 5.98 |
| restana | 4.9.9 | βœ“ | 33532.8 | 29.36 | 5.98 |
| koa-router | 12.0.1 | βœ“ | 33426.2 | 29.46 | 5.96 |
| microrouter | 3.1.3 | βœ“ | 30049.2 | 32.79 | 5.36 |
| hapi | 21.3.10 | βœ“ | 30014.8 | 32.82 | 5.35 |
| restify | 11.1.0 | βœ“ | 28548.0 | 34.55 | 5.15 |
| fastify-big-json | 5.0.0 | βœ“ | 11675.6 | 85.19 | 134.34 |
| express | 5.0.1 | βœ“ | 10058.2 | 98.82 | 1.79 |
| express-with-middlewares | 5.0.1 | βœ“ | 8826.8 | 112.63 | 3.28 |
| trpc-router | 10.45.2 | βœ“ | N/A | N/A | N/A |

@@ -173,3 +171,3 @@

CMMV is an open-source project, and we are always looking for contributors to help improve it. If you encounter a bug or have a feature request, please open an issue on [GitHub](https://github.com/andrehrferreira/cmmv/issues).
CMMV is an open-source project, and we are always looking for contributors to help improve it. If you encounter a bug or have a feature request, please open an issue on [GitHub](https://github.com/andrehrferreira/cmmv-server/issues).

@@ -176,0 +174,0 @@ ## Stay in Touch

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