Socket
Socket
Sign inDemoInstall

fullname

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fullname - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

5

index.js

@@ -79,3 +79,3 @@ 'use strict';

'where',
'name="%username%"',
`name="${process.env.USERNAME}"`,
'get',

@@ -85,3 +85,3 @@ 'fullname'

const fullName = stdout.replace('FullName', '');
const fullName = stdout.replace('FullName', '').trim();

@@ -135,2 +135,3 @@ if (!fullName) {

module.exports = mem(getFullName, {
cachePromiseRejection: false,
cacheKey() {

@@ -137,0 +138,0 @@ return JSON.stringify(filterObj(process.env, environmentVariables));

8

package.json
{
"name": "fullname",
"version": "4.0.0",
"version": "4.0.1",
"description": "Get the fullname of the current user",

@@ -39,3 +39,3 @@ "license": "MIT",

"filter-obj": "^2.0.0",
"mem": "^4.3.0",
"mem": "^5.1.0",
"p-any": "^2.1.0",

@@ -46,8 +46,8 @@ "passwd-user": "^3.0.0",

"devDependencies": {
"ava": "^1.4.1",
"ava": "^2.1.0",
"import-fresh": "^3.0.0",
"mock-require": "^3.0.3",
"tsd": "^0.7.2",
"tsd": "^0.7.3",
"xo": "^0.24.0"
}
}
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