Socket
Socket
Sign inDemoInstall

mitt

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mitt - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

10

CHANGELOG.md

@@ -5,3 +5,13 @@ # Change Log

<a name="1.1.2"></a>
## [1.1.2](https://github.com/developit/mitt/compare/v1.1.1...v1.1.2) (2017-04-17)
### Bug Fixes
* **builds:** point `jsnext:main` to the ESM build instead of src, which contains things like Flowtype annotations that are not stripped by most build tools ([0cad092](https://github.com/developit/mitt/commit/0cad092))
<a name="1.1.1"></a>
## [1.1.1](https://github.com/developit/mitt/compare/1.1.0...1.1.1) (2017-04-15)

4

package.json
{
"name": "mitt",
"version": "1.1.1",
"version": "1.1.2",
"description": "Tiny 200b functional Event Emitter / pubsub.",
"jsnext:main": "src/index.js",
"jsnext:main": "dist/mitt.es.js",
"module": "dist/mitt.es.js",

@@ -7,0 +7,0 @@ "main": "dist/mitt.js",

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