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

bluecat

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bluecat - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

2

lib/index.js
exports.ServiceSync = require('./service.gen.sync');
exports.Api = require('./service.api');
exports.version = '0.0.6';
exports.version = '0.0.7';

@@ -106,2 +106,7 @@ /*jshint loopfunc: true */

break;
case "HEAD":
call[services[sKey][m]] = function(options) {
return self.httpRequest(this, "HEAD", options);
};
break;
case "PATCH":

@@ -108,0 +113,0 @@ call[services[sKey][m]] = function(options) {

{
"name": "bluecat",
"version": "0.0.6",
"description": "REST API test framework in nodejs",
"version": "0.0.7",
"description": "REST API test framework in Nodejs",
"repository": {

@@ -6,0 +6,0 @@ "type" : "git",

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