New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@naturalcycles/js-lib

Package Overview
Dependencies
Maintainers
3
Versions
536
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 9.0.0 to 9.0.1

7

CHANGELOG.md

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

## [9.0.1](https://github.com/NaturalCycles/js-lib/compare/v9.0.0...v9.0.1) (2020-03-01)
### Bug Fixes
* allow DeferredPromise to resolve without value (with undefined) ([384ce54](https://github.com/NaturalCycles/js-lib/commit/384ce5459396a14d5023842e1bb392f2b82b1b9a))
# [9.0.0](https://github.com/NaturalCycles/js-lib/compare/v8.13.1...v9.0.0) (2020-03-01)

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

2

dist/promise/pDefer.d.ts

@@ -5,3 +5,3 @@ /**

export interface DeferredPromise<T = void> extends Promise<T> {
resolve(a: T): void;
resolve(a?: T): void;
reject(e?: Error): void;

@@ -8,0 +8,0 @@ }

{
"name": "@naturalcycles/js-lib",
"version": "9.0.0",
"version": "9.0.1",
"scripts": {

@@ -5,0 +5,0 @@ "build-prod": "build-prod-esm-cjs"

@@ -5,3 +5,3 @@ /**

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

@@ -8,0 +8,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