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.7 to 0.0.8

api/news/index.js

5

api/make_api.js

@@ -9,5 +9,6 @@ var fs = require('fs');

description : "Target service. You can run after complete router.json",
example : "make_api.js -f text"
example : "node make_api.js text"
});
var argvs = argv.run();

@@ -27,2 +28,2 @@ var router = JSON.parse(fs.readFileSync("./" + argvs.targets + "/router.json"));

}
}

2

package.json
{
"name" : "node-yj",
"version" : "0.0.7",
"version" : "0.0.8",
"description" : "NodeJS wrapper for the Yahoo! JAPAN API",

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

@@ -79,4 +79,6 @@ # node-yj

However vows module is not support node v0.10.0. So this test codes requires under v0.10.0 versions.
### License
MIT License. Please see the LICENSE file in details.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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