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.3-alpha.20200903.1 to 1.1.3-alpha.20200923.1

types/3.1/core-paging.d.ts

2

dist-esm/index.js
"use strict";
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
Object.defineProperty(exports, "__esModule", { value: true });
require("@azure/core-asynciterator-polyfill");

37

package.json
{
"name": "@azure/core-paging",
"author": {
"name": "Microsoft Corporation",
"email": "azsdkteam@microsoft.com",
"url": "https://github.com/Azure/azure-sdk-for-js"
},
"author": "Microsoft Corporation",
"sdk-type": "client",
"version": "1.1.3-alpha.20200903.1",
"version": "1.1.3-alpha.20200923.1",
"description": "Core types for paging async iterable iterators",

@@ -17,6 +13,8 @@ "tags": [

"microsoft",
"clientruntime"
"clientruntime",
"azure",
"cloud"
],
"main": "./dist-esm/index.js",
"types": "./types/latest/corePaging.d.ts",
"main": "dist-esm/index.js",
"types": "./types/latest/core-paging.d.ts",
"typesVersions": {

@@ -30,16 +28,16 @@ "<3.6": {

"files": [
"types/latest/corePaging.d.ts",
"types/latest/core-paging.d.ts",
"types/3.1",
"dist-esm/**/*.js",
"dist-esm/index.js",
"LICENSE",
"README.md"
],
"engines": {
"node": ">=8.0.0"
},
"license": "MIT",
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-paging",
"repository": {
"type": "git",
"url": "git@github.com:Azure/azure-sdk-for-js.git"
},
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-paging/README.md",
"repository": "github:Azure/azure-sdk-for-js",
"bugs": {
"url": "http://github.com/Azure/azure-sdk-for-js/issues"
"url": "https://github.com/Azure/azure-sdk-for-js/issues"
},

@@ -57,4 +55,4 @@ "scripts": {

"integration-test": "npm run integration-test:node && npm run integration-test:browser",
"lint": "eslint -c ../../.eslintrc.old.json src --ext .ts -f html -o template-lintReport.html || exit 0",
"lint:fix": "eslint \"src/**/*.ts\" -c ../../.eslintrc.old.json --fix --fix-type [problem,suggestion]",
"lint": "eslint package.json src --ext .ts",
"lint:fix": "eslint package.json src --ext .ts --fix --fix-type [problem,suggestion]",
"pack": "npm pack 2>&1",

@@ -75,2 +73,3 @@ "prebuild": "npm run clean",

"devDependencies": {
"@azure/eslint-plugin-azure-sdk": "^3.0.0-alpha",
"@types/node": "^8.0.0",

@@ -77,0 +76,0 @@ "@typescript-eslint/eslint-plugin": "^2.0.0",

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