Socket
Socket
Sign inDemoInstall

@azure/core-paging

Package Overview
Dependencies
Maintainers
1
Versions
251
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.2.0 to 1.2.1

types/3.1/samples-dev/getPagedAsyncIteratorSample.d.ts

6

CHANGELOG.md
# Release History
## 1.2.1 (2022-01-06)
### Bugs Fixed
- Use a TS v3.4-friendly iterator protocol [PR# 19507](https://github.com/Azure/azure-sdk-for-js/pull/19507). Fixed [Issue 19394](https://github.com/Azure/azure-sdk-for-js/issues/19394)
## 1.2.0 (2021-08-30)

@@ -4,0 +10,0 @@

2

dist-esm/src/getPagedAsyncIterator.js

@@ -23,3 +23,3 @@ // Copyright (c) Microsoft Corporation.

return getPageAsyncIterator(pagedResult, settings === null || settings === void 0 ? void 0 : settings.maxPageSize);
})
}),
};

@@ -26,0 +26,0 @@ }

@@ -28,3 +28,3 @@ 'use strict';

return getPageAsyncIterator(pagedResult, settings === null || settings === void 0 ? void 0 : settings.maxPageSize);
})
}),
};

@@ -31,0 +31,0 @@ }

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

"sdk-type": "client",
"version": "1.2.0",
"version": "1.2.1",
"description": "Core types for paging async iterable iterators",

@@ -53,3 +53,2 @@ "tags": [

"clean": "rimraf dist dist-* temp *.tgz types *.log",
"docs": "typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src",
"execute:samples": "echo skipped",

@@ -79,3 +78,3 @@ "extract-api": "tsc -p . && api-extractor run --local",

"@azure/dev-tool": "^1.0.0",
"@microsoft/api-extractor": "7.7.11",
"@microsoft/api-extractor": "^7.18.11",
"@azure/eslint-plugin-azure-sdk": "^3.0.0",

@@ -100,9 +99,16 @@ "@types/chai": "^4.1.6",

"mocha": "^7.1.1",
"mocha-junit-reporter": "^1.18.0",
"prettier": "^1.16.4",
"mocha-junit-reporter": "^2.0.0",
"prettier": "^2.5.1",
"rimraf": "^3.0.0",
"rollup": "^1.16.3",
"typescript": "~4.2.0",
"typedoc": "0.15.2"
"typescript": "~4.2.0"
},
"//sampleConfiguration": {
"skipFolder": true,
"disableDocsMs": true,
"productName": "Azure SDK Core",
"productSlugs": [
"azure"
]
}
}

@@ -16,3 +16,3 @@ /**

*/
next(): Promise<IteratorResult<T, T>>;
next(): Promise<IteratorResult<T>>;
/**

@@ -19,0 +19,0 @@ * The connection to the async iterator, part of the iteration protocol

@@ -1,2 +0,2 @@

import { PagedAsyncIterableIterator, PageSettings, PagedResult } from "./models";
import { PageSettings, PagedAsyncIterableIterator, PagedResult } from "./models";
/**

@@ -3,0 +3,0 @@ * returns an async iterator that iterates over results. It also has a `byPage`

@@ -21,3 +21,3 @@ /**

*/
next(): Promise<IteratorResult<T, T>>;
next(): Promise<IteratorResult<T>>;
/**

@@ -24,0 +24,0 @@ * The connection to the async iterator, part of the iteration protocol

@@ -1,2 +0,1 @@

/**

@@ -18,3 +17,3 @@ * returns an async iterator that iterates over results. It also has a `byPage`

*/
next(): Promise<IteratorResult<T, T>>;
next(): Promise<IteratorResult<T>>;
/**

@@ -21,0 +20,0 @@ * The connection to the async iterator, part of the iteration protocol

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