🚀. Socket Launch Week Day 2:Introducing Manifest Alerts.Learn more
Sign In

smaps

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

smaps - npm Package Compare versions

Comparing version
0.2.2
to
0.2.3
+23
-9
package.json
{
"name": "smaps",
"version": "0.2.2",
"description": "pretty view of /proc/[0-9]/smaps",
"version": "0.2.3",
"author": {
"name": "HoYong Jung",
"email": ""
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodejs server.js"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ivere27/smaps"
},
"homepage": "",
"keywords": [
"smaps",
"linux",
"kernel",
"android",
"tizen"
],
"dependencies": {

@@ -15,10 +36,3 @@ "async": "^1.5.0",

"multer": "^1.1.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodejs server.js"
},
"author": "",
"license": "MIT"
}
}