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 1.0.7 to 1.0.8

2

lib/clt/cli.js

@@ -40,3 +40,3 @@ // Bluecat client command line tool

Inquirer.prompt( questions, function( answers ) {
Inquirer.prompt(questions).then(function(answers) {
// console.log( JSON.stringify(answers, null, ' ') );

@@ -43,0 +43,0 @@

exports.ServiceSync = require('./service.gen.sync');
exports.ServiceAsync = require('./service.gen.async');
exports.Api = require('./service.api');
exports.version = '1.0.7';
exports.version = '1.0.8';
{
"name": "bluecat",
"version": "1.0.7",
"author": "ccy <ccy.chenchaoyi@gmail.com>",
"description": "Library for building HTTP requests, good for generic REST API Test Framework",
"version": "1.0.8",
"author": "Chaoyi Chen <ccy.chenchaoyi@gmail.com>",
"description": "Library for building RESTful API HTTP requests, good for generic RESTful API Test Framework",
"repository": {

@@ -25,3 +25,3 @@ "type": "git",

"dependencies": {
"fibers": "^1.0.10",
"fibers": "^1.0.13",
"hoek": "^2.16.3",

@@ -32,3 +32,3 @@ "inquirer": "^1.0.2",

"request": "2.72.0",
"yargs": "^4.6.0"
"yargs": "^4.7.1"
},

@@ -35,0 +35,0 @@ "scripts": {

@@ -351,3 +351,3 @@ ## Bluecat <img src="https://raw.github.com/chenchaoyi/bluecat/master/images/bluecat.png" align="middle" />

```
Follow the instructions and it will create a scaffold of basic web services API test framework for you.
Follow the instructions and it will create a scaffold of a basic web services API test framework for you.

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