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

@furystack/rest-service

Package Overview
Dependencies
Maintainers
1
Versions
172
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@furystack/rest-service - npm Package Compare versions

Comparing version 7.0.10 to 7.0.11

6

package.json
{
"name": "@furystack/rest-service",
"version": "7.0.10",
"version": "7.0.11",
"description": "Repository implementation for FuryStack",

@@ -43,3 +43,3 @@ "type": "module",

"@furystack/repository": "^7.0.9",
"@furystack/rest": "^5.0.9",
"@furystack/rest": "^5.0.10",
"@furystack/security": "^3.0.9",

@@ -53,3 +53,3 @@ "@furystack/utils": "^4.0.8",

"devDependencies": {
"@furystack/rest-client-fetch": "^5.0.9",
"@furystack/rest-client-fetch": "^5.0.10",
"@types/node": "^20.5.3",

@@ -56,0 +56,0 @@ "typescript": "^5.1.6",

@@ -11,2 +11,3 @@ import { Injector } from '@furystack/inject'

import { describe, it, expect } from 'vitest'
import { serializeValue } from '@furystack/rest'

@@ -143,3 +144,3 @@ class UserWithPassword extends User {

const response = await fetch(PathHelper.joinPaths(apiUrl, 'testQuery?param1=foo'))
const response = await fetch(PathHelper.joinPaths(apiUrl, `testQuery?param1=${serializeValue('foo')}`))
expect(response.status).toBe(200)

@@ -146,0 +147,0 @@ const result = await response.json()

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