Socket
Socket
Sign inDemoInstall

after-ready

Package Overview
Dependencies
0
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.7 to 1.0.8

2

package.json
{
"name": "after-ready",
"version": "1.0.7",
"version": "1.0.8",
"description": "TC39 decorators for making classes to support one-time ready event callback handlers.",

@@ -5,0 +5,0 @@ "module": "src/index.js",

@@ -117,3 +117,3 @@ [![Build Status](https://travis-ci.org/kaelzhang/after-ready.svg?branch=master)](https://travis-ci.org/kaelzhang/after-ready)

setTimeout(() => {
this[SET_READY](new Error('Boooooom!!'))
this[SET_ERROR](new Error('Boooooom!!'))
}, 500)

@@ -120,0 +120,0 @@ }

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc