@brc-dd/iron-session
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"$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", |
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
79207
26
0
1