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

express-gateway-plugin-tookie

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-gateway-plugin-tookie - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

3

manifest.js
const jsonParser = require('express').json();
const plugin = {
version: '1.1.0',
version: '1.2.0',
policies: ['tookie'],

@@ -18,2 +18,3 @@ init: function (pluginContext) {

secure: true,
sameSite: actionParams.sameSite || 'none',
maxAge: (req.body.expires) * 1000

@@ -20,0 +21,0 @@ }).send();

{
"name": "express-gateway-plugin-tookie",
"version": "1.1.0",
"version": "1.2.0",
"description": "",

@@ -5,0 +5,0 @@ "main": "manifest.js",

@@ -26,2 +26,4 @@ # express-gateway-plugin-tookie

- tookie:
- action:
sameSite: none
```
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