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 3.0.6 to 3.0.7

18

package.json
{
"name": "danbooru",
"version": "3.0.6",
"version": "3.0.7",
"description": "danbooru api wrapper",
"keywords": [
"danbooru",
"booru",
"api",
"image",
"anime",
"manga"
],
"keywords": ["danbooru", "booru", "api", "image", "anime", "manga"],
"homepage": "https://github.com/stawberri/danbooru-node#readme",

@@ -26,2 +19,3 @@ "bugs": {

"scripts": {
"precommit": "pretty-quick --staged",
"prepublishOnly": "babel lib -d build",

@@ -38,5 +32,4 @@ "postpublish": "rimraf build",

"babel-preset-env": "^1.6.1",
"eslint": "^4.18.1",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-prettier": "^2.6.0",
"eslint": "^4.18.2",
"husky": "^0.14.3",
"jest": "^22.4.2",

@@ -46,4 +39,5 @@ "nock": "^9.2.3",

"prettier": "^1.11.1",
"pretty-quick": "^1.4.1",
"rimraf": "^2.6.2"
}
}

@@ -106,4 +106,4 @@ # danbooru-node

* `file_url`: The image you get by default when you manually browse on Danbooru.
* `large_file_url`: The full size version of the image. Might be the same as `file_url`.
* `file_url`: The post image. For small images, this is the same as `large_file_url`.
* `large_file_url`: The image you see by default on Danbooru, which may be scaled down.
* `preview_file_url`: The tiny thumbnail used to represent this image.

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