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

load-plugin

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

load-plugin - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

6

index.js

@@ -16,4 +16,4 @@ 'use strict';

var windows = process.platform === 'win32';
var prefix = path.resolve(windows ? /* istanbul ignore next */ '' : 'lib', 'node_modules');
var globals = path.resolve(npmPrefix, prefix);
var prefix = windows ? /* istanbul ignore next */ '' : 'lib';
var globals = path.resolve(npmPrefix, prefix, 'node_modules');

@@ -28,3 +28,3 @@ /* istanbul ignore next - If we’re in Electron, we’re running in a modified

if (electron && nvm && !fs.existsSync(globals)) {
globals = path.resolve(nvm, '..', prefix);
globals = path.resolve(nvm, '..', prefix, 'node_modules');
}

@@ -31,0 +31,0 @@

{
"name": "load-plugin",
"version": "2.2.0",
"version": "2.2.1",
"description": "Load a submodule, plugin, or file",

@@ -5,0 +5,0 @@ "license": "MIT",

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