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

batchelor

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

batchelor - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

5

lib/batchelor.js

@@ -237,2 +237,7 @@ /*

responseObj.pipe(d);
}).on('end', function () {
// Clean up
_requests = _requestSpecificCallbacks = [];
});

@@ -239,0 +244,0 @@ };

2

package.json
{
"name": "batchelor",
"version": "0.0.1",
"version": "0.0.2",
"description": "A lovely little Node.js module to perform batch requests with the Google REST API",

@@ -5,0 +5,0 @@ "main": "./lib/batchelor",

# Batchelor
A lovely little Node.js module to perform batch requests with the Google REST API. Simply does it.
![Batchelor](http://wapi.staging.wapisasa.org/wp-content/uploads/2015/02/batchelor-smaller.png)
## Google API Batch Requests

@@ -5,0 +7,0 @@ This is a project to solve a need for a missing feature in the wonderfully epic and useful [google/google-api-nodejs-client](https://github.com/google/google-api-nodejs-client). Currently, this cannot be used to post media and has not been tested with posting anything but JSON.

Sorry, the diff of this file is not supported yet

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