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

base-env

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

base-env - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

5

lib/utils.js

@@ -143,2 +143,7 @@ 'use strict';

return utils.resolveModule(path.resolve('node_modules', name));
} catch (err) {}
// resolve local node_modules
try {
return utils.resolveModule(path.resolve('node_modules', name, 'generator.js'));
} catch (err) {

@@ -145,0 +150,0 @@ err.origin = __filename;

2

package.json
{
"name": "base-env",
"description": "Base plugin, creates a normalized environment object from a function, filepath or instance of base.",
"version": "0.1.6",
"version": "0.1.7",
"homepage": "https://github.com/node-base/base-env",

@@ -6,0 +6,0 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)",

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