@azure/storage-blob
Advanced tools
Comparing version 12.25.0-beta.1 to 12.25.0
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
export {}; | ||
//# sourceMappingURL=BatchResponse.js.map |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
import { createHttpHeaders } from "@azure/core-rest-pipeline"; | ||
@@ -4,0 +4,0 @@ import { toHttpHeadersLike } from "@azure/core-http-compat"; |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
import { blobToString } from "./utils/utils.browser"; | ||
@@ -4,0 +4,0 @@ export async function getBodyAsText(batchResponse) { |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
import { streamToBuffer2 } from "./utils/utils.node"; | ||
@@ -4,0 +4,0 @@ import { BATCH_MAX_PAYLOAD_IN_BYTES } from "./utils/constants"; |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
import { randomUUID } from "@azure/core-util"; | ||
@@ -4,0 +4,0 @@ import { isTokenCredential } from "@azure/core-auth"; |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
import { BatchResponseParser } from "./BatchResponseParser"; | ||
@@ -4,0 +4,0 @@ import { utf8ByteLength } from "./BatchUtils"; |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
// This file is used as a shim of "BlobDownloadResponse" for some browser bundlers | ||
@@ -4,0 +4,0 @@ // when trying to bundle "BlobDownloadResponse" |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
import { isNode } from "@azure/core-util"; | ||
@@ -4,0 +4,0 @@ import { RetriableReadableStream, } from "./utils/RetriableReadableStream"; |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
import { randomUUID } from "@azure/core-util"; | ||
@@ -4,0 +4,0 @@ import { ETagNone } from "./utils/constants"; |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
/** | ||
@@ -4,0 +4,0 @@ * ONLY AVAILABLE IN BROWSER RUNTIME. |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
import { isNode } from "@azure/core-util"; | ||
@@ -4,0 +4,0 @@ import { BlobQuickQueryStream } from "./utils/BlobQuickQueryStream"; |
import { __asyncDelegator, __asyncGenerator, __asyncValues, __await } from "tslib"; | ||
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
import { isTokenCredential } from "@azure/core-auth"; | ||
@@ -5,0 +5,0 @@ import { getDefaultProxySettings } from "@azure/core-rest-pipeline"; |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
import { AnonymousCredentialPolicy } from "../policies/AnonymousCredentialPolicy"; | ||
@@ -4,0 +4,0 @@ import { Credential } from "./Credential"; |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
/** | ||
@@ -4,0 +4,0 @@ * Credential is an abstract class for Azure Storage HTTP requests signing. This |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
export class StorageSharedKeyCredential { | ||
} | ||
//# sourceMappingURL=StorageSharedKeyCredential.browser.js.map |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
import { createHmac } from "crypto"; | ||
@@ -4,0 +4,0 @@ import { StorageSharedKeyCredentialPolicy } from "../policies/StorageSharedKeyCredentialPolicy"; |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
export class UserDelegationKeyCredential { | ||
} | ||
//# sourceMappingURL=UserDelegationKeyCredential.browser.js.map |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
import { createHmac } from "crypto"; | ||
@@ -4,0 +4,0 @@ /** |
@@ -29,3 +29,3 @@ /* | ||
}; | ||
const packageDetails = `azsdk-js-azure-storage-blob/12.25.0-beta.1`; | ||
const packageDetails = `azsdk-js-azure-storage-blob/12.25.0`; | ||
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix | ||
@@ -32,0 +32,0 @@ ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}` |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
/** Known values of {@link EncryptionAlgorithmType} that the service accepts. */ | ||
@@ -4,0 +4,0 @@ export var KnownEncryptionAlgorithmType; |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
import { RestError } from "@azure/core-rest-pipeline"; | ||
@@ -4,0 +4,0 @@ export * from "./BlobServiceClient"; |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
import { RestError } from "@azure/core-rest-pipeline"; | ||
@@ -4,0 +4,0 @@ export * from "./BlobServiceClient"; |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
import { createClientLogger } from "@azure/logger"; | ||
@@ -4,0 +4,0 @@ /** |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
import { EncryptionAlgorithmAES25 } from "./utils/constants"; | ||
@@ -4,0 +4,0 @@ /** |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
/** | ||
@@ -4,0 +4,0 @@ * Function that converts PageRange and ClearRange to a common Range object. |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
import { __rest } from "tslib"; | ||
@@ -4,0 +4,0 @@ import { convertHttpClient, createRequestPolicyFactoryPolicy, } from "@azure/core-http-compat"; |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
import { CredentialPolicy } from "./CredentialPolicy"; | ||
@@ -4,0 +4,0 @@ /** |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
import { BaseRequestPolicy } from "./RequestPolicy"; | ||
@@ -4,0 +4,0 @@ /** |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
/** | ||
@@ -4,0 +4,0 @@ * The base class from which all request policies derive. |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
import { BaseRequestPolicy } from "./RequestPolicy"; | ||
@@ -4,0 +4,0 @@ import { isNode } from "@azure/core-util"; |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
import { isNode } from "@azure/core-util"; | ||
@@ -4,0 +4,0 @@ import { HeaderConstants, URLConstants } from "../utils/constants"; |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
/** | ||
@@ -4,0 +4,0 @@ * The programmatic identifier of the storageCorrectContentLengthPolicy. |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
import { HeaderConstants } from "../utils/constants"; | ||
@@ -4,0 +4,0 @@ /** |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
import { AbortError } from "@azure/abort-controller"; | ||
@@ -4,0 +4,0 @@ import { BaseRequestPolicy } from "./RequestPolicy"; |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
import { AbortError } from "@azure/abort-controller"; | ||
@@ -4,0 +4,0 @@ import { isRestError, RestError, } from "@azure/core-rest-pipeline"; |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
import { HeaderConstants } from "../utils/constants"; | ||
@@ -4,0 +4,0 @@ import { getURLPath, getURLQueries } from "../utils/utils.common"; |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
/** | ||
@@ -4,0 +4,0 @@ * The programmatic identifier of the storageSharedKeyCredentialPolicy. |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
import { createHmac } from "crypto"; | ||
@@ -4,0 +4,0 @@ import { HeaderConstants } from "../utils/constants"; |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
import { delay } from "@azure/core-util"; | ||
@@ -4,0 +4,0 @@ import { Poller } from "@azure/core-lro"; |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
/** | ||
@@ -4,0 +4,0 @@ * Generate a range string. For example: |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
/** | ||
@@ -4,0 +4,0 @@ * ONLY AVAILABLE IN NODE.JS RUNTIME. |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
/** | ||
@@ -4,0 +4,0 @@ * ONLY AVAILABLE IN NODE.JS RUNTIME. |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
/** | ||
@@ -4,0 +4,0 @@ * ONLY AVAILABLE IN NODE.JS RUNTIME. |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
import { AccountSASPermissions } from "./AccountSASPermissions"; | ||
@@ -4,0 +4,0 @@ import { AccountSASResourceTypes } from "./AccountSASResourceTypes"; |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
/** | ||
@@ -4,0 +4,0 @@ * ONLY AVAILABLE IN NODE.JS RUNTIME. |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
import { BlobSASPermissions } from "./BlobSASPermissions"; | ||
@@ -4,0 +4,0 @@ import { ContainerSASPermissions } from "./ContainerSASPermissions"; |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
/** | ||
@@ -4,0 +4,0 @@ * This is a helper class to construct a string representing the permissions granted by a ServiceSAS to a container. |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
/** | ||
@@ -4,0 +4,0 @@ * Generate SasIPRange format string. For example: |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
import { ipRangeToString } from "./SasIPRange"; | ||
@@ -4,0 +4,0 @@ import { truncatedISO8061Date } from "../utils/utils.common"; |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
import { StorageBrowserPolicy } from "./policies/StorageBrowserPolicy"; | ||
@@ -4,0 +4,0 @@ export { StorageBrowserPolicy }; |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
import { StorageContextClient } from "./StorageContextClient"; | ||
@@ -4,0 +4,0 @@ import { getCoreClientOptions, getCredentialFromPipeline } from "./Pipeline"; |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
import { StorageClient } from "./generated/src"; | ||
@@ -4,0 +4,0 @@ /** |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
import { StorageRetryPolicy, StorageRetryPolicyType } from "./policies/StorageRetryPolicy"; | ||
@@ -4,0 +4,0 @@ export { StorageRetryPolicyType, StorageRetryPolicy }; |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
// In browser, during webpack or browserify bundling, this module will be replaced by 'events' | ||
@@ -4,0 +4,0 @@ // https://github.com/Gozala/events |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
import { Readable } from "stream"; | ||
@@ -4,0 +4,0 @@ import { AvroReadableFromStream, AvroReader } from "../../../storage-internal-avro/src"; |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
import { createDefaultHttpClient } from "@azure/core-rest-pipeline"; | ||
@@ -4,0 +4,0 @@ let _defaultHttpClient; |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
export const SDK_VERSION = "12.25.0-beta.1"; | ||
// Licensed under the MIT License. | ||
export const SDK_VERSION = "12.25.0"; | ||
export const SERVICE_VERSION = "2024-11-04"; | ||
@@ -5,0 +5,0 @@ export const BLOCK_BLOB_MAX_UPLOAD_BLOB_BYTES = 256 * 1024 * 1024; // 256MB |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
var MutexLockStatus; | ||
@@ -4,0 +4,0 @@ (function (MutexLockStatus) { |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
import { AbortError } from "@azure/abort-controller"; | ||
@@ -4,0 +4,0 @@ import { Readable } from "stream"; |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
/* | ||
@@ -4,0 +4,0 @@ * We need to imitate .Net culture-aware sorting, which is used in storage service. |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
import { createTracingClient } from "@azure/core-tracing"; | ||
@@ -4,0 +4,0 @@ import { SDK_VERSION } from "./constants"; |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
/** | ||
@@ -4,0 +4,0 @@ * Convert a Browser Blob object into ArrayBuffer. |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
import { createHttpHeaders } from "@azure/core-rest-pipeline"; | ||
@@ -4,0 +4,0 @@ import { isNode } from "@azure/core-util"; |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
import * as fs from "fs"; | ||
@@ -4,0 +4,0 @@ import * as util from "util"; |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
// This file is used as a shim of "BufferScheduler" for some browser bundlers | ||
@@ -4,0 +4,0 @@ // when trying to bundle "BufferScheduler" |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
import { EventEmitter } from "events"; | ||
@@ -4,0 +4,0 @@ import { PooledBuffer } from "./PooledBuffer"; |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
import { Readable } from "stream"; | ||
@@ -4,0 +4,0 @@ /** |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
export * from "./BufferScheduler.browser"; | ||
//# sourceMappingURL=index.browser.js.map |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
export { BufferScheduler } from "./BufferScheduler"; | ||
//# sourceMappingURL=index.js.map |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
import { BuffersStream } from "./BuffersStream"; | ||
@@ -4,0 +4,0 @@ /** |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
export const AVRO_SYNC_MARKER_SIZE = 16; | ||
@@ -4,0 +4,0 @@ export const AVRO_INIT_BYTES = new Uint8Array([79, 98, 106, 1]); |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
export class AvroParser { | ||
@@ -159,2 +159,3 @@ /** | ||
*/ | ||
// eslint-disable-next-line @typescript-eslint/no-wrapper-object-types | ||
static fromSchema(schema) { | ||
@@ -195,3 +196,3 @@ if (typeof schema === "string") { | ||
} | ||
catch (err) { | ||
catch (_a) { | ||
// eslint-disable-line no-empty | ||
@@ -241,2 +242,3 @@ } | ||
} | ||
// eslint-disable-next-line @typescript-eslint/no-wrapper-object-types | ||
read(stream, options = {}) { | ||
@@ -270,2 +272,3 @@ switch (this._primitive) { | ||
} | ||
// eslint-disable-next-line @typescript-eslint/no-wrapper-object-types | ||
async read(stream, options = {}) { | ||
@@ -282,3 +285,2 @@ const value = await AvroParser.readInt(stream, options); | ||
async read(stream, options = {}) { | ||
// eslint-disable-line @typescript-eslint/ban-types | ||
const typeIndex = await AvroParser.readInt(stream, options); | ||
@@ -293,2 +295,3 @@ return this._types[typeIndex].read(stream, options); | ||
} | ||
// eslint-disable-next-line @typescript-eslint/no-wrapper-object-types | ||
read(stream, options = {}) { | ||
@@ -307,3 +310,5 @@ const readItemMethod = (s, opts) => { | ||
} | ||
// eslint-disable-next-line @typescript-eslint/no-wrapper-object-types | ||
async read(stream, options = {}) { | ||
// eslint-disable-next-line @typescript-eslint/no-wrapper-object-types | ||
const record = {}; | ||
@@ -310,0 +315,0 @@ record["$schema"] = this._name; |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
export class AvroReadable { | ||
} | ||
//# sourceMappingURL=AvroReadable.js.map |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
import { AvroReadable } from "./AvroReadable"; | ||
@@ -4,0 +4,0 @@ import { AbortError } from "@azure/abort-controller"; |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
import { AvroReadable } from "./AvroReadable"; | ||
@@ -4,0 +4,0 @@ import { AbortError } from "@azure/abort-controller"; |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
import { __asyncGenerator, __await } from "tslib"; | ||
@@ -92,3 +92,3 @@ // TODO: Do a review of non-interfaces | ||
} | ||
catch (err) { | ||
catch (_a) { | ||
// We hit the end of the stream. | ||
@@ -95,0 +95,0 @@ this._itemsRemainingInBlock = 0; |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
export { AvroReader } from "./AvroReader"; | ||
@@ -4,0 +4,0 @@ export { AvroReadable } from "./AvroReadable"; |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
export { AvroReader } from "./AvroReader"; | ||
@@ -4,0 +4,0 @@ export { AvroReadable } from "./AvroReadable"; |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
// Licensed under the MIT License. | ||
export function arraysEqual(a, b) { | ||
@@ -4,0 +4,0 @@ if (a === b) |
{ | ||
"name": "@azure/storage-blob", | ||
"sdk-type": "client", | ||
"version": "12.25.0-beta.1", | ||
"version": "12.25.0", | ||
"description": "Microsoft Azure Storage SDK for JavaScript - Blob", | ||
@@ -49,4 +49,4 @@ "main": "./dist/index.js", | ||
"generate:client": "autorest --typescript ./swagger/README.md", | ||
"lint:fix": "eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix", | ||
"lint": "eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js", | ||
"lint:fix": "eslint package.json api-extractor.json README.md src test --fix", | ||
"lint": "eslint package.json api-extractor.json README.md src test", | ||
"pack": "npm pack 2>&1", | ||
@@ -137,3 +137,3 @@ "test:browser": "npm run clean && npm run build:test && npm run unit-test:browser", | ||
"@azure/core-util": "^1.6.1", | ||
"@azure/core-xml": "^1.3.2", | ||
"@azure/core-xml": "^1.4.3", | ||
"@azure/logger": "^1.0.0", | ||
@@ -159,3 +159,3 @@ "events": "^3.0.0", | ||
"es6-promise": "^4.2.5", | ||
"eslint": "^8.0.0", | ||
"eslint": "^9.9.0", | ||
"inherits": "^2.0.3", | ||
@@ -173,9 +173,9 @@ "karma": "^6.2.0", | ||
"nyc": "^17.0.0", | ||
"puppeteer": "^22.2.0", | ||
"puppeteer": "^23.0.2", | ||
"rimraf": "^5.0.5", | ||
"source-map-support": "^0.5.9", | ||
"ts-node": "^10.0.0", | ||
"typescript": "~5.5.3", | ||
"typescript": "~5.6.2", | ||
"util": "^0.12.1" | ||
} | ||
} |
@@ -292,3 +292,3 @@ # Azure Storage Blob client library for JavaScript | ||
let i = 1; | ||
let containers = blobServiceClient.listContainers(); | ||
const containers = blobServiceClient.listContainers(); | ||
for await (const container of containers) { | ||
@@ -318,3 +318,3 @@ console.log(`Container ${i++}: ${container.name}`); | ||
let i = 1; | ||
let iter = blobServiceClient.listContainers(); | ||
const iter = blobServiceClient.listContainers(); | ||
let containerItem = await iter.next(); | ||
@@ -411,3 +411,3 @@ while (!containerItem.done) { | ||
let i = 1; | ||
let blobs = containerClient.listBlobsFlat(); | ||
const blobs = containerClient.listBlobsFlat(); | ||
for await (const blob of blobs) { | ||
@@ -414,0 +414,0 @@ console.log(`Blob ${i++}: ${blob.name}`); |
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
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 too big to display
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
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
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
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
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
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
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 too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
6152432
62030
0
Updated@azure/core-xml@^1.4.3