New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.8 to 0.1.9

6

lib/naver.js

@@ -56,4 +56,2 @@ /**

console.log('#####:::'+uri);
request({

@@ -71,5 +69,3 @@

parseString(body, function (err, result) {
console.log('####'+JSON.stringify(result));
var data = JSON.parse(result)
var data = result;
callback( error, response, data );

@@ -76,0 +72,0 @@ });

2

package.json
{
"name": "imnaver",
"version": "0.1.8",
"version": "0.1.9",
"description": "A node library for Naver Open API",

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

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