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.3.4 to 0.3.5

9

Gruntfile.js

@@ -16,4 +16,4 @@ module.exports = function(grunt) {

'*.js',
'lib/**/*.js',
'test/**/*.js'
'lib/**',
'test/*.js'
]

@@ -32,2 +32,3 @@ },

disallowKeywordsOnNewLine: ['else'],
requireSpaceAfterComma: {allExcept: ['trailing']},
validateIndentation: 2

@@ -37,4 +38,4 @@ },

'*.js',
'lib/**/*.js',
'test/**/*.js'
'lib/**',
'test/*.js'
]}

@@ -41,0 +42,0 @@ },

exports.ServiceSync = require('./service.gen.sync');
exports.ServiceAsync = require('./service.gen.async');
exports.Api = require('./service.api');
exports.version = '0.3.4';
exports.version = '0.3.5';

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

// get headers that will stay in all requests
internals.Service.prototype.getHeaders = function() {
return this.fixedHeaders;
};
// set extra session rules applied to all requests

@@ -51,0 +56,0 @@ // params:

{
"name": "bluecat",
"version": "0.3.4",
"version": "0.3.5",
"description": "Generic REST API Test Framework",

@@ -34,4 +34,4 @@ "repository": {

"grunt-contrib-jshint": "^0.11.3",
"grunt-jscs": "^2.4.0"
"grunt-jscs": "^2.5.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