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

eventyoshi

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

eventyoshi - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

6

lib/index.js

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

var EventEmitter = require('events').EventEmitter
var Stream = require('stream').Stream
, util = require('util')

@@ -7,3 +7,3 @@

* @constructor
* @extends EventEmitter
* @extends Stream
*/

@@ -18,3 +18,3 @@ var EventYoshi = module.exports = function() {

util.inherits(EventYoshi, EventEmitter);
util.inherits(EventYoshi, Stream);

@@ -21,0 +21,0 @@

@@ -5,3 +5,3 @@ {

"keywords": ["event", "emitter", "eventemitter", "router", "proxy"],
"version": "0.1.3",
"version": "0.1.4",
"repository": {

@@ -19,7 +19,4 @@ "type": "git",

},
"engines": {
"node": "*"
},
"devDependencies": {
"mocha": "0.7.x"
"mocha": "x"
},

@@ -26,0 +23,0 @@ "licenses": [ {

Sorry, the diff of this file is not supported yet

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