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

@boost/event

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@boost/event - npm Package Compare versions

Comparing version 2.0.0-alpha.2 to 2.0.0

34

CHANGELOG.md

@@ -6,2 +6,36 @@ # Change Log

# 2.0.0 - 2020-07-14
#### 💥 Breaking
- Migrate to `fs.promises` API. ([944119a](https://github.com/milesj/boost/commit/944119a))
- Reword error codes. ([33b9d96](https://github.com/milesj/boost/commit/33b9d96))
- Updated Node.js minimum requirement to v10.10. ([3719cdc](https://github.com/milesj/boost/commit/3719cdc))
#### 🎨 Styles
- Run Prettier. ([5cd5fc1](https://github.com/milesj/boost/commit/5cd5fc1))
#### 📘 Docs
- Update copyright years. ([1942675](https://github.com/milesj/boost/commit/1942675))
- Update license copyright year. ([e532427](https://github.com/milesj/boost/commit/e532427))
- Update readmes. ([84ca011](https://github.com/milesj/boost/commit/84ca011))
#### 📦 Dependencies
- Migrate packages to v2 alpha. ([64731d9](https://github.com/milesj/boost/commit/64731d9))
- Update final peer dependencies. ([405b8ff](https://github.com/milesj/boost/commit/405b8ff))
- Update TypeScript, Jest, ESLint, and other developer packages. ([c7347a2](https://github.com/milesj/boost/commit/c7347a2))
#### 🛠 Internals
- Replace `RuntimeError` with new packaged scoped errors. ([c13d3f1](https://github.com/milesj/boost/commit/c13d3f1))
**Note:** Version bump only for package @boost/event
### 1.3.1 - 2020-04-29

@@ -8,0 +42,0 @@

13

package.json
{
"name": "@boost/event",
"version": "2.0.0-alpha.2",
"release": "1592788092197",
"version": "2.0.0",
"release": "1594765247526",
"description": "A strict event system with multiple emitter patterns.",

@@ -23,9 +23,4 @@ "keywords": [

"dependencies": {
"@boost/internal": "^2.0.0-alpha.2"
"@boost/internal": "^2.0.0"
},
"tsconfig": {
"exclude": [
"src/typeTests.ts"
]
},
"funding": {

@@ -35,3 +30,3 @@ "type": "ko-fi",

},
"gitHead": "989ff8a548e41c03f85c2063e8c21ba2136f1ddb"
"gitHead": "501cfc8418d89ea534572bfe6d3d4340c559e03c"
}

@@ -1,2 +0,2 @@

# Event - Boost
# Events - Boost

@@ -3,0 +3,0 @@ [![Build Status](https://github.com/milesj/boost/workflows/Build/badge.svg)](https://github.com/milesj/boost/actions?query=branch%3Amaster)

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