New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

diode

Package Overview
Dependencies
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

diode - npm Package Compare versions

Comparing version 6.2.2 to 6.2.3

4

CHANGELOG.md
# Changelog
## 6.2.3
- Fixed strange namespace error by only defining Diode as a function name
## 6.1.0

@@ -4,0 +8,0 @@

4

dist/diode.js
'use strict';
var Diode = function Diode(app) {
function Diode(app) {
var callbacks = [];

@@ -44,3 +44,3 @@

return app;
};
}

@@ -47,0 +47,0 @@ var diode = Diode(Diode);

{
"name": "diode",
"version": "6.2.2",
"version": "6.2.3",
"description": "A simple event emitter.",

@@ -5,0 +5,0 @@ "main": "dist/diode.js",

@@ -78,1 +78,9 @@ [![NPM](https://nodei.co/npm/diode.png?compact=true)](https://npmjs.org/package/diode)

Alias: 'publish'
***
<a href="http://code.viget.com">
<img src="http://code.viget.com/github-banner.png" alt="Code At Viget">
</a>
Visit [code.viget.com](http://code.viget.com) to see more projects from [Viget.](https://viget.com)

@@ -5,3 +5,3 @@ /**

var Diode = function (app) {
function Diode (app) {
var callbacks = []

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

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