You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

ick

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ick - npm Package Compare versions

Comparing version

to
0.0.1

.npmignore

9

package.json
{
"name": "ick",
"version": "0.0.0",
"version": "0.0.1",
"description": "Interactive Console Experiment",

@@ -10,3 +10,8 @@ "main": "index.js",

"author": "Kyle Kelley <rgbkrk@gmail.com>",
"license": "BSD-3-Clause"
"license": "BSD-3-Clause",
"dependencies": {
"chalk": "^1.1.1",
"enchannel-zmq-backend": "^0.4.0",
"uuid": "^2.0.1"
}
}