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

graft

Package Overview
Dependencies
Maintainers
4
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graft - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

4

package.json
{
"name": "graft",
"version": "0.3.0",
"version": "0.3.1",
"description": "Full-Stack JavaScript Through Microservices",

@@ -39,3 +39,3 @@ "main": "graft.js",

"inherits": "^2.0.1",
"jschan": "^0.2.0",
"jschan": "^0.2.1",
"readable-stream": "^1.0.31"

@@ -42,0 +42,0 @@ },

@@ -47,3 +47,3 @@

var client = jschan.websocketClientSession(opts);
client._inStream.socket.on('open', this.emit.bind(this, 'ready', this));
client._inStream.on('connect', this.emit.bind(this, 'ready', this));
return client;

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