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

@companieshouse/node-session-handler

Package Overview
Dependencies
Maintainers
0
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@companieshouse/node-session-handler - npm Package Compare versions

Comparing version 5.1.3 to 5.1.4

4

lib/session/keys/SignInInfoKeys.d.ts

@@ -7,3 +7,5 @@ export declare enum SignInInfoKeys {

SignedIn = "signed_in",
UserProfile = "user_profile"
UserProfile = "user_profile",
AcspNumber = "acsp_number",
AcspRole = "acsp_role"
}

@@ -12,3 +12,5 @@ "use strict";

SignInInfoKeys["UserProfile"] = "user_profile";
SignInInfoKeys["AcspNumber"] = "acsp_number";
SignInInfoKeys["AcspRole"] = "acsp_role";
})(SignInInfoKeys = exports.SignInInfoKeys || (exports.SignInInfoKeys = {}));
//# sourceMappingURL=SignInInfoKeys.js.map

@@ -26,2 +26,4 @@ import { AccessTokenKeys } from "../keys/AccessTokenKeys";

[SignInInfoKeys.UserProfile]?: IUserProfile;
[SignInInfoKeys.AcspNumber]?: string;
[SignInInfoKeys.AcspRole]?: string;
};

@@ -28,0 +30,0 @@ export declare type IUserProfile = {

{
"name": "@companieshouse/node-session-handler",
"version": "5.1.3",
"version": "5.1.4",
"description": "Node.js session handler for Companies House",

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

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