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.1.2-dev.20200806.1 to 1.1.2-dev.20200827.1

types/3.1/corePaging.d.ts

2

CHANGELOG.md

@@ -5,2 +5,4 @@ # Release History

- Provided down-leveled type declaration files to support older TypeScript versions 3.1 to 3.6.
[PR 10599](https://github.com/Azure/azure-sdk-for-js/pull/10599)

@@ -7,0 +9,0 @@ ## 1.1.1 (2020-04-02)

14

package.json

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

"sdk-type": "client",
"version": "1.1.2-dev.20200806.1",
"version": "1.1.2-dev.20200827.1",
"description": "Core types for paging async iterable iterators",

@@ -21,5 +21,13 @@ "tags": [

"main": "./dist-esm/index.js",
"types": "./types/corePaging.d.ts",
"types": "./types/latest/corePaging.d.ts",
"typesVersions": {
"<3.6": {
"types/latest/*": [
"types/3.1/*"
]
}
},
"files": [
"types/*.d.ts",
"types/latest/corePaging.d.ts",
"types/3.1",
"dist-esm/**/*.js",

@@ -26,0 +34,0 @@ "LICENSE",

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