Socket
Socket
Sign inDemoInstall

@furystack/rest-service

Package Overview
Dependencies
10
Maintainers
1
Versions
161
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.0.19 to 7.0.20

2

esm/helpers.d.ts

@@ -20,3 +20,3 @@ import type { User } from '@furystack/core';

*/
export declare const useHttpAuthentication: <TUser extends User, TSession extends DefaultSession>(injector: Injector, settings?: Partial<HttpAuthenticationSettings<TUser, TSession>> | undefined) => void;
export declare const useHttpAuthentication: <TUser extends User, TSession extends DefaultSession>(injector: Injector, settings?: Partial<HttpAuthenticationSettings<TUser, TSession>>) => void;
/**

@@ -23,0 +23,0 @@ * Sets up a static file server

@@ -14,3 +14,3 @@ import type { RequestAction } from './request-action-implementation.js';

*/
schemaName: keyof TSchema["definitions"];
schemaName: keyof TSchema['definitions'];
}) => <T extends {

@@ -17,0 +17,0 @@ result: any;

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

@@ -40,8 +40,8 @@ "type": "module",

"dependencies": {
"@furystack/core": "^12.0.17",
"@furystack/inject": "^8.1.7",
"@furystack/repository": "^7.0.17",
"@furystack/rest": "^5.0.18",
"@furystack/security": "^3.0.17",
"@furystack/utils": "^4.0.16",
"@furystack/core": "^12.0.18",
"@furystack/inject": "^8.1.8",
"@furystack/repository": "^7.0.18",
"@furystack/rest": "^5.0.19",
"@furystack/security": "^3.0.18",
"@furystack/utils": "^4.0.17",
"ajv": "^8.12.0",

@@ -53,5 +53,5 @@ "ajv-formats": "^2.1.1",

"devDependencies": {
"@furystack/rest-client-fetch": "^5.0.18",
"@types/node": "^20.11.24",
"typescript": "^5.3.3",
"@furystack/rest-client-fetch": "^5.0.19",
"@types/node": "^20.11.25",
"typescript": "^5.4.2",
"vitest": "^1.3.1"

@@ -58,0 +58,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc