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

danbooru

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

danbooru - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

2

package.json
{
"name": "danbooru",
"version": "1.3.0",
"version": "1.3.1",
"description": "danbooru api wrapper",

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

@@ -35,5 +35,6 @@ # danbooru-node

### Danbooru.request([options], [callback])
A simple wrapper function for [request](https://www.npmjs.com/package/request), with `baseUrl` always set to Danbooru. Please refer to [their documentation](https://www.npmjs.com/package/request#requestoptions-callback) for details.
* `options` _string_. _object_.
* `callback` _function(err, response, body)_
A simple wrapper function for [request](https://www.npmjs.com/package/request), with `baseUrl` always set to Danbooru. Refer to [their documentation](https://www.npmjs.com/package/request#requestoptions-callback) for details.
* `options` _string_. _object_. A url or options for your request.
* `callback` _function(err, response, body)_. Callback function.
* **returns** _request_. Request object.

@@ -40,0 +41,0 @@ I'm providing this to give you an easy way to download images and make custom requests without having to type Danbooru's url:

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