Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

yeoman-environment

Package Overview
Dependencies
Maintainers
7
Versions
128
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yeoman-environment - npm Package Compare versions

Comparing version 2.0.4 to 2.0.5

5

lib/resolver.js

@@ -10,2 +10,3 @@ 'use strict';

const win32 = process.platform === 'win32';
const nvm = process.env.NVM_HOME;

@@ -112,3 +113,5 @@ /**

// Default paths for each system
if (win32) {
if (nvm) {
paths.push(path.join(process.env.NVM_HOME, process.version, 'node_modules'));
} else if (win32) {
paths.push(path.join(process.env.APPDATA, 'npm/node_modules'));

@@ -115,0 +118,0 @@ } else {

2

package.json
{
"name": "yeoman-environment",
"version": "2.0.4",
"version": "2.0.5",
"description": "Handles the lifecyle and bootstrapping of generators in a specific environment",

@@ -5,0 +5,0 @@ "homepage": "http://yeoman.io",

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