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

daum-trends

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

daum-trends - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

lib/kakaotv.js

3

lib/daum-trends.js

@@ -25,3 +25,4 @@ var async = require('async')

real: require('./real'),
video: require('./video')
video: require('./video'),
kakaotv: require('./kakaotv')
}
{
"name": "daum-trends",
"version": "0.2.0",
"version": "0.3.0",
"author": {

@@ -20,3 +20,4 @@ "name": "egg",

"video",
"issue"
"issue",
"kakaotv"
],

@@ -23,0 +24,0 @@ "license": "MIT",

@@ -22,3 +22,3 @@ # daum-trends

trends.load(['real', 'video'], function (err, result) {
trends.load(['real', 'video', 'kakaotv'], function (err, result) {
console.log(err, JSON.stringify(result))

@@ -50,3 +50,13 @@ })

},
],
// ...
"kakaotv": [
{
"title": "황희찬 드리블",
"link": "https://tv.kakao.com/search?q=%ED%99%A9%ED%9D%AC%EC%B0%AC+%EB%93%9C%EB%A6%AC%EB%B8%94",
"type": "+",
"num": 78,
"ctime": 0
},
// ...
]

@@ -57,3 +67,3 @@ }

## crawler types
* `real`, `video`
* `real`, `video`, `kakaotv`

@@ -60,0 +70,0 @@ ### type list

var trends = require('./')
trends.load(['real', 'video'], function (err, result) {
trends.load([
'real',
'video',
'kakaotv'
], function (err, result) {
console.log(err, JSON.stringify(result))
})
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