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.13 to 1.0.0-alpha.14

11

CHANGELOG.md

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

# [1.0.0-alpha.14](https://github.com/uxland/uxland/compare/@uxland/event-aggregator@1.0.0-alpha.13...@uxland/event-aggregator@1.0.0-alpha.14) (2020-10-13)
### Bug Fixes
* change build:es to add target es2018 and avoid optional-chaining errors ([eaee7f7](https://github.com/uxland/uxland/commit/eaee7f79aecc91010963cb79fc4e95a70c5c9c74))
# [1.0.0-alpha.13](https://github.com/uxland/uxland/compare/@uxland/event-aggregator@1.0.0-alpha.12...@uxland/event-aggregator@1.0.0-alpha.13) (2020-10-06)

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

2

dist/index.js

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

// Event Aggregator v1.0.0-alpha.12
// Event Aggregator v1.0.0-alpha.13
// 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.13",
"version": "1.0.0-alpha.14",
"description": "Event Aggregator",

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

"scripts": {
"build:es": "tsc -p tsconfig.json --outDir es --module esnext --noEmit false",
"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",

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

},
"gitHead": "63004281582b00a7e9c3d0468537646158286c10"
"gitHead": "70ee1d1f6bb1e32bbab04edeb08a7de2ff20ca20"
}
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