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.0-preview.2 to 1.0.0

8

changelog.md

@@ -0,2 +1,10 @@

## 1.0.0 - 2019-10-29
This release marks the general availability of the `@azure/abort-controller` package.
Removed the browser bundle. A browser-compatible library can still be created through the use of a bundler such as Rollup, Webpack, or Parcel.
([#5860](https://github.com/Azure/azure-sdk-for-js/pull/5860))
## 1.0.0-preview.2 - 2019-09-09
Listeners attached to an `AbortSignal` now receive an event with the type `abort`. (PR #4756)

4

dist-esm/src/AbortController.js

@@ -1,2 +0,2 @@

import * as tslib_1 from "tslib";
import { __extends } from "tslib";
import { AbortSignal, abortSignal } from "./AbortSignal";

@@ -20,3 +20,3 @@ /**

var AbortError = /** @class */ (function (_super) {
tslib_1.__extends(AbortError, _super);
__extends(AbortError, _super);
function AbortError(message) {

@@ -23,0 +23,0 @@ var _this = _super.call(this, message) || this;

@@ -5,3 +5,3 @@ 'use strict';

var tslib_1 = require('tslib');
var tslib = require('tslib');

@@ -154,3 +154,3 @@ var listenersMap = new WeakMap();

var AbortError = /** @class */ (function (_super) {
tslib_1.__extends(AbortError, _super);
tslib.__extends(AbortError, _super);
function AbortError(message) {

@@ -157,0 +157,0 @@ var _this = _super.call(this, message) || this;

{
"name": "@azure/abort-controller",
"sdk-type": "client",
"version": "1.0.0-preview.2",
"version": "1.0.0",
"description": "Microsoft Azure SDK for JavaScript - Aborter",
"main": "./dist/index.js",
"module": "./dist-esm/src/aborter.js",
"browser": {
"./dist/index.js": "./browser/index.js"
},
"scripts": {

@@ -41,3 +38,2 @@ "audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",

"files": [
"browser/*.js*",
"dist/",

@@ -98,3 +94,3 @@ "dist-esm/src/",

"karma-remap-coverage": "^0.1.5",
"mocha": "^6.2.0",
"mocha": "^6.2.2",
"mocha-junit-reporter": "^1.18.0",

@@ -101,0 +97,0 @@ "mocha-multi": "^1.1.3",

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

If you'd like to contribute to this library, please read the [contributing guide](../../../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/64a0cf353678b313bc1c27b430803db431e49c4e/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.

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