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

nodecommons-rest

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodecommons-rest - npm Package Compare versions

Comparing version 2.5.0 to 2.5.1

2

dist/apis/commons-rest-user-pw-session.api.d.ts

@@ -10,3 +10,3 @@ import { CommonsUserPwSessionService } from 'nodecommons-security';

constructor(restServer: CommonsRestServer, sessionService: CommonsUserPwSessionService<T>);
addAuthentication(authenticateQuery: string, getUserByUsername: (username: string) => Promise<T>): void;
addAuthentication(authenticateQuery: string, getUserByUsername: (username: string) => Promise<T | undefined>): void;
private wrapNoContentHandler;

@@ -13,0 +13,0 @@ private wrapContentHandler;

{
"name": "nodecommons-rest",
"version": "2.5.0",
"version": "2.5.1",
"description": "",

@@ -5,0 +5,0 @@ "scripts": {

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