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

dinky.js

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dinky.js - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

5

package.json
{
"name": "dinky.js",
"version": "0.1.1",
"version": "0.1.2",
"description": "A JavaScript client for Derpibooru API",

@@ -19,4 +19,3 @@ "main": "lib/Dinky.js",

"report:lcov": "node_modules/.bin/nyc yarn test && node_modules/.bin/nyc report --reporter=lcov yarn test",
"report:ci": "yarn report:lcov && node_modules/.bin/codecov",
"ci": "yarn report:ci && yarn codecov",
"ci": "yarn report:lcov && yarn codecov",
"eslint": "node_modules/.bin/eslint lib/**/*.js test/**/*.js",

@@ -23,0 +22,0 @@ "staged": "node_modules/.bin/lint-staged"

2

readme.md

@@ -46,3 +46,3 @@ # dinky.js

// manually set one of Derpibooru's host in constructor options if you need:
dinky({url: "trixiebooru.org"}).search(["artist:rainbow", "safe"]).raindom()
dinky({url: "trixiebooru.org"}).search(["artist:rainbow", "safe"]).random()
.then(console.log)

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