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

@naturalcycles/js-lib

Package Overview
Dependencies
Maintainers
3
Versions
525
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@naturalcycles/js-lib - npm Package Compare versions

Comparing version 8.13.0 to 8.13.1

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [8.13.1](https://github.com/NaturalCycles/js-lib/compare/v8.13.0...v8.13.1) (2020-02-13)
### Bug Fixes
* Deferred.resolve interface ([a152654](https://github.com/NaturalCycles/js-lib/commit/a152654d665bae348f1fb1038fd55b0c51f7adf4))
# [8.13.0](https://github.com/NaturalCycles/js-lib/compare/v8.12.0...v8.13.0) (2020-01-14)

@@ -2,0 +9,0 @@

2

dist/promise/pDefer.d.ts
export interface Deferred<T = void> {
promise: Promise<T>;
resolve(a: T): void;
resolve(a?: T): void;
reject(e?: Error): void;

@@ -5,0 +5,0 @@ }

{
"name": "@naturalcycles/js-lib",
"version": "8.13.0",
"version": "8.13.1",
"scripts": {

@@ -14,3 +14,3 @@ "build-prod": "build-prod-esm-cjs"

"benchmark": "^2.1.4",
"jest": "^24.1.0",
"jest": "^25.1.0",
"rxjs": "^6.5.2"

@@ -17,0 +17,0 @@ },

export interface Deferred<T = void> {
promise: Promise<T>
resolve(a: T): void
resolve(a?: T): void
reject(e?: Error): void

@@ -5,0 +5,0 @@ }

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