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.3 to 1.1.4

6

CHANGELOG.md
# CHANGELOG
## 1.1.4 (7 April 2022)
- Fix beacon initial execution, attempt was passed as index of the `forEach`.
## 1.1.3 (2 August 2021)

@@ -32,2 +36,2 @@

- Adding `chain` option to manager api methods.
- Adding `chain` option to manager api methods.

2

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

@@ -5,0 +5,0 @@ "keywords": [

@@ -87,3 +87,3 @@ const {

Object.values(this[Symbols.beacons])
.map(this[Symbols.execute]);
.forEach((beacon) => this[Symbols.execute](beacon));

@@ -90,0 +90,0 @@ return this;

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