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

@feizheng/event-mitt

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@feizheng/event-mitt - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

package.json
{
"name": "@feizheng/event-mitt",
"version": "1.1.0",
"version": "1.1.1",
"description": "A mini and light event emitter",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/afeiship/event-mitt",

@@ -20,3 +20,3 @@ # event-mitt

```shell
npm install -S afeiship/event-mitt --registry=https://registry.npm.taobao.org
npm install -S @feizheng/event-mitt
```

@@ -26,3 +26,3 @@

```js
import EventMitt from 'event-mitt';
import EventMitt from '@feizheng/event-mitt';
const Person = class { };

@@ -29,0 +29,0 @@ Object.assign(Person.prototype, EventMitt);

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