New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.11 to 1.0.0-alpha.12

11

CHANGELOG.md

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

# [1.0.0-alpha.12](https://github.com/uxland/uxland/compare/@uxland/event-aggregator@1.0.0-alpha.11...@uxland/event-aggregator@1.0.0-alpha.12) (2020-09-17)
### Bug Fixes
* correct issue with rollup config in scriopt ([90af2a9](https://github.com/uxland/uxland/commit/90af2a98dee24cc4ce4a379c52c95f0495b7934c))
# [1.0.0-alpha.11](https://github.com/uxland/uxland/compare/@uxland/event-aggregator@1.0.0-alpha.10...@uxland/event-aggregator@1.0.0-alpha.11) (2020-09-16)

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

6

package.json
{
"name": "@uxland/event-aggregator",
"version": "1.0.0-alpha.11",
"version": "1.0.0-alpha.12",
"description": "Event Aggregator",

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

"build:cjs": "tsc -p tsconfig.json --outDir lib --noEmit false --declaration --removeComments false",
"build:umd": "cross-env NODE_ENV=development rollup -c ../project-tools/build/rollup.config.js -o dist/index.js",
"build:umd": "cross-env NODE_ENV=development rollup -c -o dist/index.js",
"build:umd:min": "cross-env NODE_ENV=production rollup -c -o dist/index.min.js",

@@ -78,3 +78,3 @@ "build:clean": "rimraf es lib dist tmp tsconfig.tsbuildinfo",

},
"gitHead": "f9be00ef91d21621d175cb2fa270c60696f3347f"
"gitHead": "d56b10a0e37815429937bc741d964ddb36bc1c5f"
}
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