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

base-runtimes

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

base-runtimes - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

4

index.js

@@ -86,6 +86,6 @@ /*!

if (namespace && name) {
res = utils.bold(utils.colors.cyan(namespace)) + ':' + utils.colors.yellow(name);
res = utils.colors.bold(utils.colors.cyan(namespace)) + ':' + utils.colors.yellow(name);
} else if (namespace) {
res = utils.bold(utils.colors.cyan(namespace));
res = utils.colors.bold(utils.colors.cyan(namespace));

@@ -92,0 +92,0 @@ } else if (name) {

{
"name": "base-runtimes",
"description": "Plugin for adding composer-runtimes to base applications, complementing the base-tasks and base-generators plugins.",
"version": "0.1.6",
"version": "0.1.7",
"homepage": "https://github.com/node-base/base-runtimes",

@@ -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