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

eventsocket

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eventsocket - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "eventsocket",
"version": "1.0.0",
"version": "1.0.1",
"description": "Event socket",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -13,3 +13,3 @@ # eventsocket

```js
var JsonSocket = require('eventsocket');
var EventSocket = require('eventsocket');
```

@@ -34,3 +34,3 @@

var server = net.createServer(function (con) {
var socket = new JsonSocket(con);
var socket = new EventSocket(con);
}

@@ -78,3 +78,3 @@ ```

# all json socket logs
# all event socket logs
DEBUG=EventSocket:* node test.js

@@ -81,0 +81,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