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

api-easy

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

api-easy - npm Package Compare versions

Comparing version 0.3.3 to 0.3.4

7

lib/api-easy.js

@@ -11,3 +11,3 @@ /*

path = require('path'),
qs = require('querystring'),
qs = require('qs'),
request = require('request'),

@@ -422,5 +422,8 @@ vows = require('vows');

}
else {
else if (this.outgoing.headers['Content-Type'] == 'application/json') {
outgoing.body = JSON.stringify(data);
}
else {
outgoing.body = data;
}
}

@@ -427,0 +430,0 @@

{
"name": "api-easy",
"description": "Fluent (i.e. chainable) syntax for generating vows tests against RESTful APIs.",
"version": "0.3.3",
"version": "0.3.4",
"author": "Nodejitsu Inc. <info@nodejitsu.com>",

@@ -17,3 +17,4 @@ "contributors": [

"request": "2.x.x",
"vows": "0.6.x"
"vows": "0.6.x",
"qs": "0.4.x"
},

@@ -20,0 +21,0 @@ "devDependencies": {

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