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

blue-cot

Package Overview
Dependencies
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blue-cot - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

6

cot.js

@@ -41,3 +41,3 @@ // Generated by CoffeeScript 1.10.0

jsonRequest: function(method, path, body) {
var headers, params, verb;
var bodyStr, headers, params, verb;
headers = {

@@ -56,4 +56,4 @@ accept: 'application/json',

if (this.debug) {
body = JSON.stringify(params.body);
console.log('[debug] jsonRequest\n'.cyan, method, params.url, body);
bodyStr = JSON.stringify(body) || '';
console.log('[debug] jsonRequest\n'.cyan, method, params.url, bodyStr);
}

@@ -60,0 +60,0 @@ if ((this.user != null) && (this.pass != null)) {

@@ -19,3 +19,3 @@ {

},
"version": "2.0.1",
"version": "2.0.2",
"main": "cot.js",

@@ -22,0 +22,0 @@ "dependencies": {

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