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

node-yj

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-yj - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

2

api/yolp/Distance.js

@@ -21,3 +21,3 @@ "use strict";

port : self.config.protocol == "http" ? 80 : 443,
path : Util.spaceUrlEncode(self.config.path + Util.makeParams(params)),
path : self.config.path + Util.makeParams(params),
method : self.config.method

@@ -24,0 +24,0 @@ };

@@ -21,3 +21,3 @@ "use strict";

port : self.config.protocol == "http" ? 80 : 443,
path : Util.spaceUrlEncode(self.config.path + Util.makeParams(params)),
path : self.config.path + Util.makeParams(params),
method : self.config.method

@@ -24,0 +24,0 @@ };

{
"name" : "node-yj",
"version" : "0.0.6",
"version" : "0.0.7",
"description" : "NodeJS wrapper for the Yahoo! JAPAN API",

@@ -5,0 +5,0 @@ "author": "Kai Sasaki, Yohei Yamaguchi",

@@ -37,3 +37,3 @@ # node-yj

yjClient.yconnect.kanaConvert({
yjClient.text.kanaConvert({
sentence : "きょうはいいてんきですね",

@@ -40,0 +40,0 @@ appid : <Your Application ID>

@@ -166,4 +166,1 @@ /** section: github

exports.spaceUrlEncode = function(url){
return url.replace(/ /g, '%20');
};
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