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

shindan

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shindan - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

1

lib/index.js

@@ -33,2 +33,3 @@ const request = require('request'), cheerio = require('cheerio')

list(options = {mode: ''}, callback) {
if(typeof options === 'function') [callback, options] = [options, '']
if(typeof options === 'string') options = {mode: options}

@@ -35,0 +36,0 @@ if(typeof options !== 'object') throw new Error('options must be an object or a string')

2

package.json
{
"name": "shindan",
"version": "1.1.0",
"version": "1.1.1",
"description": "shindanmaker web scraper",

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

@@ -30,3 +30,3 @@ # shindan

### promise = shindan.list(options[, callback])
### promise = shindan.list([options], [callback])
Scrapes ShindanMaker's list page, passing `options` as a query string.

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