Socket
Socket
Sign inDemoInstall

@azure/abort-controller

Package Overview
Dependencies
Maintainers
1
Versions
329
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@azure/abort-controller - npm Package Compare versions

Comparing version 1.0.1-alpha.20201207.1 to 1.0.1-alpha.20201215.1

1

dist-esm/src/AbortController.js

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

var AbortController = /** @class */ (function () {
// eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types
function AbortController(parentSignals) {

@@ -66,0 +67,0 @@ var _this = this;

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

*/
// eslint-disable-next-line @azure/azure-sdk/ts-use-interface-parameters
export function abortSignal(signal) {

@@ -119,0 +120,0 @@ if (signal.aborted) {

@@ -122,2 +122,3 @@ 'use strict';

*/
// eslint-disable-next-line @azure/azure-sdk/ts-use-interface-parameters
function abortSignal(signal) {

@@ -198,2 +199,3 @@ if (signal.aborted) {

var AbortController = /** @class */ (function () {
// eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types
function AbortController(parentSignals) {

@@ -200,0 +202,0 @@ var _this = this;

6

package.json
{
"name": "@azure/abort-controller",
"sdk-type": "client",
"version": "1.0.1-alpha.20201207.1",
"version": "1.0.1-alpha.20201215.1",
"description": "Microsoft Azure SDK for JavaScript - Aborter",

@@ -84,3 +84,3 @@ "main": "./dist/index.js",

"delay": "^4.2.0",
"eslint": "^6.1.0",
"eslint": "^7.15.0",
"karma": "^5.1.0",

@@ -106,4 +106,4 @@ "karma-chrome-launcher": "^3.0.0",

"ts-node": "^8.3.0",
"typescript": "~3.9.3"
"typescript": "4.1.2"
}
}

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

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