Socket
Socket
Sign inDemoInstall

@billogram/cancelable-promise

Package Overview
Dependencies
Maintainers
4
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@billogram/cancelable-promise - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

21

CHANGELOG.md

@@ -6,2 +6,23 @@ # Change Log

## [1.0.1](https://github.com/billogram/frontend-foundation/compare/dbf5a8709119374207dd2d28f6ffeffac17d5871...@billogram/cancelable-promise@1.0.1) (2021-01-10)
### Bug Fixes
* Fix linting in cancelable-promise ([a37a3340](https://github.com/billogram/frontend-foundation/commit/a37a3340))
* Use caret version for dependencies ([0f6a3af9](https://github.com/billogram/frontend-foundation/commit/0f6a3af9))
* Use dependencies instead of peer dependencies ([ec2497fa](https://github.com/billogram/frontend-foundation/commit/ec2497fa))
### Features
* Implement CancelablePromise ([8474ad56](https://github.com/billogram/frontend-foundation/commit/8474ad56))
* Scaffold out @billogram/cancelable-promise ([7a395ff6](https://github.com/billogram/frontend-foundation/commit/7a395ff6))
### BREAKING CHANGES
* Force the first release to start from 1.0.0.
## [1.0.0](https://github.com/billogram/frontend-foundation/compare/dbf5a8709119374207dd2d28f6ffeffac17d5871...@billogram/cancelable-promise@1.0.0) (2020-01-20)

@@ -8,0 +29,0 @@

2

dist/makeCancelablePromise.d.ts

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

import { CancellationFulfillmentToken, CancelPromiseFunction } from './types';
import type { CancellationFulfillmentToken, CancelPromiseFunction } from './types';
export default function makeCancelablePromise<T>(promise: Promise<T>): [Promise<CancellationFulfillmentToken<T>>, CancelPromiseFunction];
{
"name": "@billogram/cancelable-promise",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",

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

"@billogram/babel-config-frontend": "^2.0.0",
"@billogram/billo-scripts-frontend": "^2.0.0",
"@billogram/billo-scripts-frontend": "^3.0.0",
"@billogram/eslint-config-frontend": "^2.0.0",

@@ -15,0 +15,0 @@ "@billogram/typescript-config-frontend": "^1.0.0"

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