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

tw.dict

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tw.dict - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

index.js

17

package.json

@@ -5,15 +5,14 @@ {

"description": "command line interface for tw.dictionary.yahoo.com",
"version": "0.2.3",
"version": "0.2.4",
"repository": {
"url": "https://github.com/chunghe/nodejs.twdict"
"url": "https://github.com/chunghe/ydict"
},
"bin": {
"dict": "./bin/dict.js"
"ydict": "./index.js"
},
"dependencies": {
"bluebird": "^2.9.25",
"cheerio": "0.12.x",
"coffee-script": "~1.6.3",
"request": "~2.27.0",
"optimist": "~0.6.0",
"async": "~0.2.10"
"meow": "^3.1.0",
"node-fetch": "^1.2.1"
},

@@ -26,8 +25,4 @@ "devDependencies": {},

"readmeFilename": "README.md",
"gitHead": "a8f922a1b65dbfe00279ee09fab6f246a806a963",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "BSD"
}

@@ -1,2 +0,2 @@

nodejs.twdict
ydict
=============

@@ -6,9 +6,14 @@

### introduction
a command line dictionary tool
a command line interface for tw.dictionary.yahoo.com
### usage
$ nmp install -g tw.dict
$ dict domestic
$ `nmp install -g tw.dict`
$ `ydict <vocabulary>`
$ `yidct <vocabulary> -s` also pronunciate the vocabulary
### screenshots
![ScreenShot](https://raw.github.com/chunghe/nodejs.twdict/master/screenshot.gif)
### notes
- the pronunciation can only work in Mac OS
- pull requests/enhancement ideas are welcome, please email to chunghe at gmail.com
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