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

imnaver

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

imnaver - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

4

lib/naver.js

@@ -20,4 +20,6 @@ /**

this.timeout = 15000;
var defaults = {
// key
key : options.key,
//target: blog,book,adult,news,encyc,movie,cafearticle,kin,errata,webkr,image,shop,doc

@@ -24,0 +26,0 @@ target: "news",

{
"name": "imnaver",
"version": "0.1.0",
"version": "0.1.1",
"description": "A node library for Naver Open API",

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

@@ -15,6 +15,5 @@ # imbing

var naver = require('imnaver');
var b = naver({appId:'your-api-key'});
// your api key is primary account key that you can see in the dash board of the marketplace.
var b = NaverSearch({appId:'your-api-key'});
b.search('INAPP', {limit: 30}, function(error, response, body){
b.search('INAPP', {target: 'news'}, function(error, response, body){

@@ -21,0 +20,0 @@ if ( !error ) {

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