Comparing version 0.9.5 to 0.9.6
@@ -6,3 +6,2 @@ "use strict"; | ||
function win32(canary) { | ||
@@ -14,3 +13,3 @@ const suffix = canary ? | ||
const prefixes = [ | ||
process.env.LOCALAPPDATA, process.env.PROGRAMFILES, process.env['PROGRAMFILES(X86)'], '/mnt/c/Program Files/', '/mnt/c/Program Files (x86)/' | ||
process.env.LOCALAPPDATA, process.env.PROGRAMFILES, process.env.ProgramW6432, process.env['PROGRAMFILES(X86)'], '/mnt/c/Program Files/', '/mnt/c/Program Files (x86)/' | ||
].filter(Boolean); | ||
@@ -17,0 +16,0 @@ |
@@ -23,3 +23,3 @@ { | ||
}, | ||
"version": "0.9.5", | ||
"version": "0.9.6", | ||
"name": "headfull", | ||
@@ -26,0 +26,0 @@ "description": "[![Build Status](https://travis-ci.com/131/headfull.svg?branch=master)](https://travis-ci.com/131/headfull)\r [![Version](https://img.shields.io/npm/v/headfull.svg)](https://www.npmjs.com/package/headfull)\r [![License](https://img.shields.io/badge/license-MIT-blue.svg)](http://opensource.org/licenses/MIT)\r [![Code style](https://img.shields.io/badge/code%2fstyle-ivs-green.svg)](https://www.npmjs.com/package/eslint-plugin-ivs)", |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
8026
2
7