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-12 to 0.3.1-13

#index.js#

3

lib/client/methods/promises_shim.js

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

module.exports = {

@@ -26,3 +25,3 @@ Q: function(Q){

fulfill: function(deferred, result){
return deferred.fullfill(result)
return deferred.fulfill(result)
},

@@ -29,0 +28,0 @@ reject: function(deferred, error){

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

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

@@ -8,3 +8,3 @@

Let's start with a simple NodeJS http application.
Let's start with simple NodeJS http application.

@@ -179,3 +179,3 @@ ```js

```js
var cli = new (require('cocaine').Client)()
var cli = new require('cocaine').Client()
var app = cli.Service('the_app')

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