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.6 to 0.3.7

2

lib/api-easy.js

@@ -225,3 +225,3 @@ /*

var multipart = outgoing.multipart = [];
if(data){
if(data && data.length){
Object.keys(data[0]).forEach(function(key){

@@ -228,0 +228,0 @@ var value = data[0][key];

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

@@ -23,3 +23,3 @@ "maintainers": [

"vows": "0.6.x",
"qs": "0.4.x"
"qs": "0.5.x"
},

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