Socket
Socket
Sign inDemoInstall

@azure/abort-controller

Package Overview
Dependencies
Maintainers
1
Versions
315
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-dev.20200204.1 to 1.0.1-dev.20200208.1

8

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

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

"@microsoft/api-extractor": "^7.5.4",
"@rollup/plugin-commonjs": "^11.0.1",
"@rollup/plugin-multi-entry": "^3.0.0",
"@rollup/plugin-node-resolve": "^7.0.0",
"@rollup/plugin-replace": "^2.2.0",

@@ -104,9 +106,7 @@ "@types/mocha": "^5.2.5",

"rollup": "^1.16.3",
"@rollup/plugin-commonjs": "^11.0.1",
"@rollup/plugin-node-resolve": "^7.0.0",
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-plugin-terser": "^5.1.1",
"ts-node": "^8.3.0",
"typescript": "~3.6.4"
"typescript": "~3.7.5"
}
}

@@ -102,3 +102,3 @@ # Azure Abort Controller library for JavaScript

If you'd like to contribute to this library, please read the [contributing guide](https://github.com/Azure/azure-sdk-for-js/tree/c75db3ce8f9afb207b22442910c062141a773dfd/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/751aa558d449fa1a5dacab7d30ac8b1d740e495f/CONTRIBUTING.md) to learn more about how to build and test the code.

@@ -105,0 +105,0 @@ This project has adopted the Microsoft Open Source Code of Conduct.

@@ -73,3 +73,3 @@ import { AbortSignal, AbortSignalLike } from "./AbortSignal";

*/
readonly signal: AbortSignal;
get signal(): AbortSignal;
/**

@@ -76,0 +76,0 @@ * Signal that any operations passed this controller's associated abort signal

@@ -44,3 +44,3 @@ /// <reference path="../../src/shims-public.d.ts" />

*/
readonly aborted: boolean;
get aborted(): boolean;
/**

@@ -54,3 +54,3 @@ * Creates a new AbortSignal instance that will never be aborted.

*/
static readonly none: AbortSignal;
static get none(): AbortSignal;
/**

@@ -57,0 +57,0 @@ * onabort event listener.

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc