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

@azure/core-util

Package Overview
Dependencies
Maintainers
2
Versions
213
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@azure/core-util - npm Package Compare versions

Comparing version 1.10.1-alpha.20241016.3 to 1.11.0-alpha.20241021.2

dist/browser/httpMethods.d.ts

1

dist/browser/index.d.ts

@@ -10,4 +10,5 @@ export { delay, type DelayOptions, calculateRetryDelay } from "./delay.js";

export { randomUUID } from "./uuidUtils.js";
export { HttpMethods } from "./httpMethods.js";
export { isBrowser, isBun, isNode, isNodeLike, isNodeRuntime, isDeno, isReactNative, isWebWorker, } from "./checkEnvironment.js";
export { uint8ArrayToString, stringToUint8Array, type EncodingType } from "./bytesEncoding.js";
//# sourceMappingURL=index.d.ts.map

@@ -10,4 +10,5 @@ export { delay, type DelayOptions, calculateRetryDelay } from "./delay.js";

export { randomUUID } from "./uuidUtils.js";
export { HttpMethods } from "./httpMethods.js";
export { isBrowser, isBun, isNode, isNodeLike, isNodeRuntime, isDeno, isReactNative, isWebWorker, } from "./checkEnvironment.js";
export { uint8ArrayToString, stringToUint8Array, type EncodingType } from "./bytesEncoding.js";
//# sourceMappingURL=index.d.ts.map

2

dist/commonjs/tsdoc-metadata.json

@@ -8,5 +8,5 @@ // This file is read by tools that parse documentation comments conforming to the TSDoc standard.

"packageName": "@microsoft/api-extractor",
"packageVersion": "7.47.9"
"packageVersion": "7.47.11"
}
]
}

@@ -111,2 +111,8 @@ import type { AbortSignalLike } from '@azure/abort-controller';

/**
* @public
* Supported HTTP methods to use when making requests.
*/
export declare type HttpMethods = "GET" | "PUT" | "POST" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS" | "TRACE";
/**
* A constant that indicates whether the environment the code is running is a Web Browser.

@@ -113,0 +119,0 @@ */

@@ -10,4 +10,5 @@ export { delay, type DelayOptions, calculateRetryDelay } from "./delay.js";

export { randomUUID } from "./uuidUtils.js";
export { HttpMethods } from "./httpMethods.js";
export { isBrowser, isBun, isNode, isNodeLike, isNodeRuntime, isDeno, isReactNative, isWebWorker, } from "./checkEnvironment.js";
export { uint8ArrayToString, stringToUint8Array, type EncodingType } from "./bytesEncoding.js";
//# sourceMappingURL=index.d.ts.map

@@ -10,4 +10,5 @@ export { delay, type DelayOptions, calculateRetryDelay } from "./delay.js";

export { randomUUID } from "./uuidUtils.js";
export { HttpMethods } from "./httpMethods.js";
export { isBrowser, isBun, isNode, isNodeLike, isNodeRuntime, isDeno, isReactNative, isWebWorker, } from "./checkEnvironment.js";
export { uint8ArrayToString, stringToUint8Array, type EncodingType } from "./bytesEncoding.js";
//# sourceMappingURL=index.d.ts.map
{
"name": "@azure/core-util",
"version": "1.10.1-alpha.20241016.3",
"version": "1.11.0-alpha.20241021.2",
"description": "Core library for shared utility methods",

@@ -5,0 +5,0 @@ "sdk-type": "client",

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc