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

@brc-dd/iron-session

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@brc-dd/iron-session - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

43

package.json
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@brc-dd/iron-session",
"version": "0.0.5",
"version": "0.0.6",
"description": "Node.js stateless session utility using signed and encrypted cookies to store data. Works with Next.js, Express, NestJs, Fastify, and any Node.js HTTP framework.",
"keywords": [
"session",
"cookies",
"login",
"authentication",
"edge",
"Next.js",
"Express",
"Koa",
"Cloudflare Workers"
],
"bugs": "https://github.com/vvo/iron-session/issues",
"repository": "github:vvo/iron-session",
"funding": [
"https://github.com/sponsors/vvo",
"https://github.com/sponsors/brc-dd"
],
"license": "MIT",
"author": "Vincent Voyer <vincent@codeagain.com> (https://github.com/vvo)",
"sideEffects": false,
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"deno": "./dist/index.js",
"browser": "./dist/index.js",
"import": "./dist/index.node.js",
"require": "./dist/index.node.cjs"
}
"types": "./dist/index.d.ts",
"deno": "./dist/index.js",
"browser": "./dist/index.js",
"import": "./dist/index.node.js",
"require": "./dist/index.node.cjs"
},

@@ -32,4 +50,4 @@ "types": "dist/index.d.ts",

"@types/node": "^18.14.6",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"cookie": "^0.5.0",

@@ -39,3 +57,3 @@ "eslint": "^8.35.0",

"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.6.0",
"eslint-config-prettier": "^8.7.0",
"eslint-import-resolver-node": "^0.3.7",

@@ -52,3 +70,2 @@ "eslint-import-resolver-typescript": "^3.5.3",

"release-it": "^15.7.0",
"replace": "^1.2.2",
"tsup": "^6.6.3",

@@ -58,3 +75,3 @@ "tsx": "^3.12.3",

},
"packageManager": "pnpm@7.28.0",
"packageManager": "pnpm@7.29.1",
"publishConfig": {

@@ -61,0 +78,0 @@ "access": "public",

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