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

command-line-plugin

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

command-line-plugin - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

index.js

@@ -30,3 +30,3 @@ /**

const pluginRequests = arrayify(cliOptions[def.name])
const Plugins = pluginRequests.map(p => loadModule(p, { paths: options.paths }))
const Plugins = pluginRequests.map(p => loadModule(p, { paths: options.paths, prefix: options.prefix }))
for (const Plugin of Plugins) {

@@ -33,0 +33,0 @@ const plugin = options.create(Plugin)

{
"name": "command-line-plugin",
"author": "Lloyd Brookes <75pound@gmail.com>",
"version": "0.1.1",
"version": "0.1.2",
"description": "command-line-plugin",

@@ -6,0 +6,0 @@ "repository": "https://github.com/75lb/command-line-plugin.git",

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