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

@quoll/lib

Package Overview
Dependencies
Maintainers
0
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@quoll/lib - npm Package Compare versions

Comparing version 0.5.2 to 0.5.3

4

CHANGELOG.md

@@ -6,2 +6,6 @@ # Change Log

## [0.5.3](https://github.com/mzogheib/quoll/compare/@quoll/lib@0.5.2...@quoll/lib@0.5.3) (2024-07-28)
**Note:** Version bump only for package @quoll/lib
## [0.5.2](https://github.com/mzogheib/quoll/compare/@quoll/lib@0.5.1...@quoll/lib@0.5.2) (2024-07-22)

@@ -8,0 +12,0 @@

2

dist/services/http/index.d.ts

@@ -11,3 +11,3 @@ type Headers = Record<string, string>;

export declare abstract class HttpService {
private baseUrl;
protected baseUrl: string;
constructor(baseUrl: string);

@@ -14,0 +14,0 @@ private makeUrl;

{
"name": "@quoll/lib",
"version": "0.5.2",
"version": "0.5.3",
"description": "Shared code for client and server side packages",

@@ -22,3 +22,3 @@ "repository": "https://github.com/mzogheib/quoll",

},
"gitHead": "5017fcc8de00a024340546aa99b576c7f799f1ea"
"gitHead": "b7c149c007b7f7ca53907b07d9054cb5fe17674d"
}

@@ -18,3 +18,3 @@ type Headers = Record<string, string>;

export abstract class HttpService {
private baseUrl: string;
protected baseUrl: string;

@@ -21,0 +21,0 @@ constructor(baseUrl: string) {

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