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

readiness-manager

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

readiness-manager - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

8

CHANGELOG.md
# CHANGELOG
## 1.1.1 (2 March 2020)
### Bug Fixes
- Fix `defaultErrorHandler` to log error.
## 1.1.0 (7 December 2020)
### Improvements
- Adding `attempt` over `ActionExecutionError`.

@@ -6,0 +14,0 @@

3

package.json
{
"name": "readiness-manager",
"version": "1.1.0",
"version": "1.1.1",
"description": "👨‍💼 Define when your app is ready",

@@ -19,2 +19,3 @@ "keywords": [

"main": "index.js",
"types": "./src/types.d.ts",
"scripts": {

@@ -21,0 +22,0 @@ "test": "jest",

@@ -31,3 +31,2 @@ /**

* Default error handler to be triggered upon beacon errors.
* @param retry - The retry function for that specific failing beacon.
* @param beaconError - The beacon error that occur.

@@ -37,3 +36,2 @@ * @type {ActionErrorHandler}

const defaultErrorHandler = (
retry, // eslint-disable-line no-unused-vars
beaconError

@@ -40,0 +38,0 @@ ) => console.log(beaconError); // eslint-disable-line no-console

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