Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@azure/core-paging

Package Overview
Dependencies
Maintainers
1
Versions
276
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.20200929.1 to 1.1.3

dist-esm/src/index.js

3

CHANGELOG.md
# Release History
## 1.1.3 (Unreleased)
## 1.1.3 (2020-09-30)
- Also pack `esm` build in addition to `commonjs` build. This fixes the warning about `core-paging` in Angular 10 applications [Issue 11550](https://github.com/Azure/azure-sdk-for-js/issues/11550).

@@ -6,0 +7,0 @@ ## 1.1.2 (2020-09-02)

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

"sdk-type": "client",
"version": "1.1.3-alpha.20200929.1",
"version": "1.1.3",
"description": "Core types for paging async iterable iterators",

@@ -18,3 +18,4 @@ "tags": [

],
"main": "dist-esm/index.js",
"main": "dist/index.js",
"module": "dist-esm/src/index.js",
"types": "./types/latest/core-paging.d.ts",

@@ -31,3 +32,4 @@ "typesVersions": {

"types/3.1",
"dist-esm/index.js",
"dist/index.js",
"dist-esm/src/index.js",
"LICENSE",

@@ -47,6 +49,6 @@ "README.md"

"audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
"build": "tsc -p .",
"build": "tsc -p tsconfig.json && tsc -p tsconfig.es.json",
"build:test": "echo skipped",
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"",
"clean": "echo skipped",
"clean": "rimraf dist dist-esm",
"execute:samples": "echo skipped",

@@ -74,3 +76,3 @@ "format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"",

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

@@ -77,0 +79,0 @@ "eslint": "^6.1.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