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

@uxland/event-aggregator

Package Overview
Dependencies
Maintainers
2
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uxland/event-aggregator - npm Package Compare versions

Comparing version 1.0.0-alpha.15 to 1.0.0-alpha.16

11

CHANGELOG.md

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

# [1.0.0-alpha.16](https://github.com/uxland/uxland/compare/@uxland/event-aggregator@1.0.0-alpha.15...@uxland/event-aggregator@1.0.0-alpha.16) (2020-12-18)
### Bug Fixes
* replace build:cjs script to replace optional-chaining ([b3a8b8e](https://github.com/uxland/uxland/commit/b3a8b8e06843d92ee7b11d5c021758a4ba016820))
# [1.0.0-alpha.15](https://github.com/uxland/uxland/compare/@uxland/event-aggregator@1.0.0-alpha.14...@uxland/event-aggregator@1.0.0-alpha.15) (2020-10-15)

@@ -8,0 +19,0 @@

2

dist/index.js

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

// Event Aggregator v1.0.0-alpha.14
// Event Aggregator v1.0.0-alpha.15
// https://github.com/uxland/uxland/tree/master/packages/event-aggregator#readme

@@ -3,0 +3,0 @@ // (c) 2020-2020 UXLand

{
"name": "@uxland/event-aggregator",
"version": "1.0.0-alpha.15",
"version": "1.0.0-alpha.16",
"description": "Event Aggregator",

@@ -28,3 +28,3 @@ "author": "UXLand <dev@uxland.es>",

"build:es": "tsc -p tsconfig.json --outDir es --module esnext --target es2018 --noEmit false",
"build:cjs": "tsc -p tsconfig.json --outDir lib --noEmit false --declaration --removeComments false",
"build:cjs": "tsc -p tsconfig.json --outDir lib --target es2018 --noEmit false --declaration --removeComments false",
"build:umd": "cross-env NODE_ENV=development rollup -c -o dist/index.js",

@@ -76,3 +76,3 @@ "build:umd:min": "cross-env NODE_ENV=production rollup -c -o dist/index.min.js",

},
"gitHead": "ef34536fe8292391766bfded70b4b9935003f4c8"
"gitHead": "3a7f64cb310e88a7ddfe0e30b67807d746c27dd8"
}
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