You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@furystack/rest-service

Package Overview
Dependencies
Maintainers
1
Versions
163
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.4 to 2.1.5

4

dist/http-user-context.spec.js

@@ -237,3 +237,3 @@ "use strict";

ctx.sessions.add = jest.fn(async () => {
/** */
return {};
});

@@ -254,3 +254,3 @@ const authResult = await ctx.cookieLogin(testUser, { setHeader });

ctx.sessions.add = jest.fn(async () => {
/** */
return {};
});

@@ -257,0 +257,0 @@ ctx.authenticateRequest = jest.fn(async () => testUser);

{
"name": "@furystack/rest-service",
"version": "2.1.4",
"version": "2.1.5",
"description": "Repository implementation for FuryStack",

@@ -34,3 +34,3 @@ "main": "dist/index.js",

"dependencies": {
"@furystack/core": "^9.0.1",
"@furystack/core": "^9.1.0",
"@furystack/inject": "^4.0.29",

@@ -53,3 +53,3 @@ "@furystack/logging": "^2.0.36",

"typings": "./dist/index.d.ts",
"gitHead": "872b78b6e612a8b6bf0236f5cd07e76637227290"
"gitHead": "435b89f754b1cb9cecb5a87c6402a2e096350e68"
}

@@ -270,3 +270,3 @@ import { IncomingMessage, ServerResponse } from 'http'

ctx.sessions.add = jest.fn(async () => {
/** */
return {} as any
})

@@ -288,3 +288,3 @@ const authResult = await ctx.cookieLogin(testUser, { setHeader } as any)

ctx.sessions.add = jest.fn(async () => {
/** */
return {} as any
})

@@ -291,0 +291,0 @@ ctx.authenticateRequest = jest.fn(async () => testUser)

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc