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.0.0 to 1.0.1-dev.20191115.1

5

package.json

@@ -9,3 +9,3 @@ {

"sdk-type": "client",
"version": "1.0.0",
"version": "1.0.1-dev.20191115.1",
"description": "Core types for paging async iterable iterators",

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

"clean": "echo skipped",
"execute:samples": "echo skipped",
"format": "prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\"",

@@ -74,4 +75,4 @@ "integration-test:browser": "echo skipped",

"prettier": "^1.16.4",
"typescript": "^3.2.2"
"typescript": "~3.6.4"
}
}

7

README.md

@@ -36,3 +36,3 @@ # Azure Core Paging client library for JS

},
[Symbol.asyncIterator]() { return this; },
[Symbol.asyncIterator](https://github.com/Azure/azure-sdk-for-js/tree/812e2f0549cc45256f393ee2024339c477aad021/sdk/core/core-paging) { return this; },
byPage: (settings: PageSettings = {}) => this.listSecretsPage(settings, options),

@@ -71,3 +71,3 @@ };

If you'd like to contribute to this library, please read the [contributing guide](https://github.com/Azure/azure-sdk-for-js/tree/64a0cf353678b313bc1c27b430803db431e49c4e/CONTRIBUTING.md) to learn more about how to build and test the code.
If you'd like to contribute to this library, please read the [contributing guide](https://github.com/Azure/azure-sdk-for-js/tree/812e2f0549cc45256f393ee2024339c477aad021/CONTRIBUTING.md) to learn more about how to build and test the code.

@@ -77,1 +77,4 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).

contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-js%2Fsdk%2Fcore%2Fcore-paging%2FREADME.png)
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