New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@stringtale/express

Package Overview
Dependencies
Maintainers
0
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stringtale/express - npm Package Compare versions

Comparing version 0.5.4 to 0.5.5

6

CHANGELOG.md
# @stringtale/express
## 0.5.5
### Patch Changes
- 113edc3: Add secure to cookies
## 0.5.4

@@ -4,0 +10,0 @@

6

dist/index.js

@@ -62,3 +62,4 @@ "use strict";

cookie.serialize("stringtale-token", token, {
httpOnly: true
httpOnly: true,
secure: true
})

@@ -74,3 +75,4 @@ );

httpOnly: true,
maxAge: 0
maxAge: 0,
secure: true
})

@@ -77,0 +79,0 @@ );

{
"name": "@stringtale/express",
"version": "0.5.4",
"version": "0.5.5",
"main": "index.js",

@@ -5,0 +5,0 @@ "types": "index.d.ts",

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