@brc-dd/iron-session
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -506,2 +506,3 @@ var __create = Object.create; | ||
id: mostRecentPasswordId.toString(), | ||
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion | ||
secret: passwordsMap[mostRecentPasswordId] | ||
@@ -508,0 +509,0 @@ }; |
@@ -508,2 +508,3 @@ import crypto from 'node:crypto'; | ||
id: mostRecentPasswordId.toString(), | ||
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion | ||
secret: passwordsMap[mostRecentPasswordId] | ||
@@ -510,0 +511,0 @@ }; |
{ | ||
"$schema": "https://json.schemastore.org/package.json", | ||
"name": "@brc-dd/iron-session", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"sideEffects": false, | ||
@@ -10,7 +10,6 @@ "type": "module", | ||
"types": "./dist/index.d.ts", | ||
"node": { | ||
"import": "./dist/index.node.js", | ||
"require": "./dist/index.node.cjs" | ||
}, | ||
"import": "./dist/index.js" | ||
"deno": "./dist/index.js", | ||
"browser": "./dist/index.js", | ||
"import": "./dist/index.node.js", | ||
"require": "./dist/index.node.cjs" | ||
} | ||
@@ -17,0 +16,0 @@ }, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1913
72968
5
1
2
0