Socket
Socket
Sign inDemoInstall

uid-number

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

uid-number - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

LICENSE

4

package.json

@@ -5,3 +5,3 @@ {

"description": "Convert a username/group name to a uid/gid number",
"version": "0.0.3",
"version": "0.0.4",
"repository": {

@@ -18,3 +18,3 @@ "type": "git",

},
"license": "BSD"
"license": "ISC"
}

@@ -36,3 +36,3 @@ module.exports = uidNumber

, function (code, out, err) {
if (er) return cb(new Error("could not get uid/gid\n" + err))
if (err) return cb(new Error("could not get uid/gid\n" + err))
try {

@@ -39,0 +39,0 @@ out = JSON.parse(out+"")

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