Socket
Socket
Sign inDemoInstall

node-dict

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-dict - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

bin/dict

47

package.json
{
"name": "node-dict",
"version": "1.0.1",
"description": "cmd dict",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"name" : "node-dict",
"version" : "1.0.2",
"description" : "cmd dict",
"bin" : {
"dict" : "./bin/dict"
},
"keywords": [
"dict"
"main" : "index.js",
"scripts" : {
"test" : "echo \"Error: no test specified\" && exit 1"
},
"keywords" : [
"dict",
"node dict"
],
"dependencies": {
"cheerio": "~0.20.0",
"request": "~2.72.0",
"bash-color": "^0.0.3"
"dependencies" : {
"cheerio" : "~0.20.0",
"request" : "~2.72.0",
"bash-color" : "^0.0.3"
},
"author": "satrong",
"bugs": {
"url": "https://github.com/satrong/node-dict/issues"
"author" : "satrong",
"bugs" : {
"url" : "https://github.com/satrong/node-dict/issues"
},
"repository": {
"type": "git",
"url": "git@github.com:satrong/node-dict.git"
"repository" : {
"type" : "git",
"url" : "git@github.com:satrong/node-dict.git"
},
"license": "ISC"
}
"engines" : {
"node" : ">= 4.0.x"
},
"license" : "ISC"
}
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