🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

@odata2ts/http-client-api

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@odata2ts/http-client-api - npm Package Compare versions

Comparing version

to
0.3.0

6

CHANGELOG.md

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

# [0.3.0](https://github.com/odata2ts/http-client/compare/@odata2ts/http-client-api@0.2.0...@odata2ts/http-client-api@0.3.0) (2023-07-26)
### Features
* big numbers as string ([#7](https://github.com/odata2ts/http-client/issues/7)) ([5119923](https://github.com/odata2ts/http-client/commit/5119923a79c2e61ca7762d5cba01fbac8e9ae759))
# 0.2.0 (2023-06-10)

@@ -8,0 +14,0 @@

@@ -54,2 +54,11 @@ import { ODataResponse } from "./ODataResponseModel";

delete(url: string, requestConfig?: RequestConfig): ODataResponse<void>;
/**
* Get `Edm.Int64` and `Edm.Decimal` types as string instead of number to prevent precision loss.
* Only applies to V4 services.
*
* Set by odata2ts.
*
* @param enabled
*/
retrieveBigNumbersAsString(enabled: boolean): void;
}

4

package.json
{
"name": "@odata2ts/http-client-api",
"version": "0.2.0",
"version": "0.3.0",
"publishConfig": {

@@ -42,3 +42,3 @@ "access": "public"

"types": "./lib/index.d.ts",
"gitHead": "485559dce9388b480c7d0b3ded2fe2f3f5f98fad"
"gitHead": "9babd2df3010673249e7e3fa26705a8ba84f2cef"
}

Sorry, the diff of this file is not supported yet