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

cookie-encrypter

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cookie-encrypter - npm Package Compare versions

Comparing version 0.0.6 to 0.1.0

4

index.js

@@ -93,3 +93,3 @@ var crypto = require('crypto');

if (typeof str !== 'string' || str.substr(0, 2) !== 'j:') {
return undefined;
return str;
}

@@ -100,3 +100,3 @@

} catch (err) {
return undefined;
return str;
}

@@ -103,0 +103,0 @@ }

{
"name": "cookie-encrypter",
"version": "0.0.6",
"version": "0.1.0",
"description": "cookie encryption",

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

@@ -1,2 +0,2 @@

# cookie-encrypter
# encrypt/decrypt your cookie the easy way

@@ -3,0 +3,0 @@ Express middleware to use with [cookie-parser](https://github.com/expressjs/cookie-parser).

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