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.2 to 0.0.3

1

dist/index.js

@@ -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 @@ };

11

package.json
{
"$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

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