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

orator-session

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

orator-session - npm Package Compare versions

Comparing version 1.0.17 to 1.0.18

4

package.json
{
"name": "orator-session",
"version": "1.0.17",
"version": "1.0.18",
"description": "Session state and authentication manager for Orator Restful web API server.",

@@ -33,3 +33,3 @@ "main": "source/Orator-Session.js",

"fable": "^0.1.6",
"orator": "^1.0.12"
"orator": "^1.0.18"
},

@@ -36,0 +36,0 @@ "optionalDependencies": {

@@ -59,2 +59,10 @@ /**

// depending on configuration (WWW-Auth for example)
//In case of an Orator proxy, these endpoints need to be omitted
if (pFable.webServer)
{
pFable.omitProxyRoute('1.0/Deauthenticate');
pFable.omitProxyRoute('1.0/CheckSession');
pFable.omitProxyRoute('1.0/CheckoutSessionToken');
}
};

@@ -61,0 +69,0 @@

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