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

@azure/abort-controller

Package Overview
Dependencies
Maintainers
1
Versions
347
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.20191204.1 to 1.0.1-dev.20191205.1

5

changelog.md

@@ -0,1 +1,6 @@

## 1.0.1 - 2019-12-04
Fixes the [bug 6271](https://github.com/Azure/azure-sdk-for-js/issues/6271) that can occur with angular prod builds due to triple-slash directives.
([PR 6344](https://github.com/Azure/azure-sdk-for-js/pull/6344))
## 1.0.0 - 2019-10-29

@@ -2,0 +7,0 @@

1

dist-esm/src/aborter.js

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

/// <reference lib="es5" />
// Changes to Aborter

@@ -3,0 +2,0 @@ // * Rename Aborter to AbortSignal

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

@@ -6,0 +6,0 @@ "main": "./dist/index.js",

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

If you'd like to contribute to this library, please read the [contributing guide](https://github.com/Azure/azure-sdk-for-js/tree/72bb17fa22d8426555b78e1372dc7ae658ff20a9/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/878dfff792a0477b4c07df377ed0389433ff3b57/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.

@@ -1,3 +0,1 @@

/// <reference lib="es5" />
// Changes to Aborter

@@ -4,0 +2,0 @@ // * Rename Aborter to AbortSignal

@@ -1,4 +0,3 @@

/// <reference lib="es5" />
export { AbortController, AbortError } from "./AbortController";
export { AbortSignal, AbortSignalLike } from "./AbortSignal";
//# sourceMappingURL=aborter.d.ts.map

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