Socket
Socket
Sign inDemoInstall

@azure/core-paging

Package Overview
Dependencies
Maintainers
2
Versions
250
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@azure/core-paging - npm Package Compare versions

Comparing version 1.6.3-alpha.20240412.3 to 1.6.3-alpha.20240415.4

4

dist/browser/getPagedAsyncIterator.js

@@ -85,4 +85,4 @@ // Copyright (c) Microsoft Corporation.

}
function getPageAsyncIterator(pagedResult, options = {}) {
return __asyncGenerator(this, arguments, function* getPageAsyncIterator_1() {
function getPageAsyncIterator(pagedResult_1) {
return __asyncGenerator(this, arguments, function* getPageAsyncIterator_1(pagedResult, options = {}) {
const { pageLink, maxPageSize } = options;

@@ -89,0 +89,0 @@ let response = yield __await(pagedResult.getPage(pageLink !== null && pageLink !== void 0 ? pageLink : pagedResult.firstPageLink, maxPageSize));

@@ -89,4 +89,4 @@ "use strict";

}
function getPageAsyncIterator(pagedResult, options = {}) {
return tslib_1.__asyncGenerator(this, arguments, function* getPageAsyncIterator_1() {
function getPageAsyncIterator(pagedResult_1) {
return tslib_1.__asyncGenerator(this, arguments, function* getPageAsyncIterator_1(pagedResult, options = {}) {
const { pageLink, maxPageSize } = options;

@@ -93,0 +93,0 @@ let response = yield tslib_1.__await(pagedResult.getPage(pageLink !== null && pageLink !== void 0 ? pageLink : pagedResult.firstPageLink, maxPageSize));

@@ -85,4 +85,4 @@ // Copyright (c) Microsoft Corporation.

}
function getPageAsyncIterator(pagedResult, options = {}) {
return __asyncGenerator(this, arguments, function* getPageAsyncIterator_1() {
function getPageAsyncIterator(pagedResult_1) {
return __asyncGenerator(this, arguments, function* getPageAsyncIterator_1(pagedResult, options = {}) {
const { pageLink, maxPageSize } = options;

@@ -89,0 +89,0 @@ let response = yield __await(pagedResult.getPage(pageLink !== null && pageLink !== void 0 ? pageLink : pagedResult.firstPageLink, maxPageSize));

@@ -85,4 +85,4 @@ // Copyright (c) Microsoft Corporation.

}
function getPageAsyncIterator(pagedResult, options = {}) {
return __asyncGenerator(this, arguments, function* getPageAsyncIterator_1() {
function getPageAsyncIterator(pagedResult_1) {
return __asyncGenerator(this, arguments, function* getPageAsyncIterator_1(pagedResult, options = {}) {
const { pageLink, maxPageSize } = options;

@@ -89,0 +89,0 @@ let response = yield __await(pagedResult.getPage(pageLink !== null && pageLink !== void 0 ? pageLink : pagedResult.firstPageLink, maxPageSize));

@@ -5,3 +5,3 @@ {

"sdk-type": "client",
"version": "1.6.3-alpha.20240412.3",
"version": "1.6.3-alpha.20240415.4",
"description": "Core types for paging async iterable iterators",

@@ -8,0 +8,0 @@ "type": "module",

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