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

cocaine

Package Overview
Dependencies
Maintainers
1
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cocaine - npm Package Compare versions

Comparing version 0.3.1-5 to 0.3.1-6

2

lib/client/methods/streaming_method.js

@@ -37,3 +37,3 @@

pushChunk:function(chunk){
__assert(Buffer.hasInstance(chunk))
__assert(Buffer.isBuffer(chunk))
this._resetTimeout()

@@ -40,0 +40,0 @@ this.push(chunk)

@@ -27,3 +27,3 @@

pushChunk:function(chunk){
__assert(Buffer.hasInstance(chunk))
__assert(Buffer.isBuffer(chunk))
this.push(chunk)

@@ -30,0 +30,0 @@ },

@@ -165,3 +165,3 @@

pushChunk:function(chunk){
__assert(Buffer.hasInstance(chunk))
__assert(Buffer.isBuffer(chunk))
this.push(chunk)

@@ -168,0 +168,0 @@ },

{
"name": "cocaine",
"version": "0.3.1-5",
"version": "0.3.1-6",
"description": "Node.js framework for Cocaine platform",

@@ -5,0 +5,0 @@

var mp = require('msgpack')
var cli = new (require('../lib/client/client').Client)()
var cli = new (require('../lib/client/client').Client)('10.11.12.13:10053')

@@ -19,3 +19,3 @@ var app = cli.Service('diunko_did_node-js-sample', 'app')

app.on('connect', function(){
var s = app.enqueue('http', mp.encode(['GET','/','HTTP/1.0',[],'']))
var s = app.enqueue('http', mp.pack(['GET','/','HTTP/1.0',[],'']))

@@ -22,0 +22,0 @@ s.on('data', function(data){

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