New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.8 to 0.1.9

6

index.js

@@ -21,4 +21,3 @@ /*!

if (!silent(build)) {
var val = namespace(build);
starting(val ? (val + ' generator') : '');
starting(namespace(build));
}

@@ -29,4 +28,3 @@ });

if (!silent(build)) {
var val = namespace(build);
finished(val ? (val + ' generator') : '');
finished(namespace(build));
}

@@ -33,0 +31,0 @@ });

{
"name": "base-runtimes",
"description": "Plugin for adding composer-runtimes to base applications, complementing the base-tasks and base-generators plugins.",
"version": "0.1.8",
"version": "0.1.9",
"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