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.7 to 0.1.8

2

index.js

@@ -77,3 +77,3 @@ /*!

function namespace(build) {
return build.namespace;
return build.env ? build.env.name : build.namespace;
}

@@ -80,0 +80,0 @@

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

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

"extend-shallow": "^2.0.1",
"lazy-cache": "^1.0.3",
"log-utils": "^0.1.0",
"time-diff": "^0.1.0"
"lazy-cache": "^1.0.4",
"log-utils": "^0.1.2",
"time-diff": "^0.3.0"
},

@@ -33,3 +33,3 @@ "devDependencies": {

"base-task": "^0.4.3",
"gulp-format-md": "^0.1.8",
"gulp-format-md": "^0.1.9",
"mocha": "^2.4.5"

@@ -36,0 +36,0 @@ },

# base-runtimes [![NPM version](https://img.shields.io/npm/v/base-runtimes.svg?style=flat)](https://www.npmjs.com/package/base-runtimes) [![NPM downloads](https://img.shields.io/npm/dm/base-runtimes.svg?style=flat)](https://npmjs.org/package/base-runtimes) [![Build Status](https://img.shields.io/travis/node-base/base-runtimes.svg?style=flat)](https://travis-ci.org/node-base/base-runtimes)
> Plugin for adding composer-runtimes to base applications, complementing the base-tasks and base-generators plugins.
Plugin for adding composer-runtimes to base applications, complementing the base-tasks and base-generators plugins.

@@ -56,3 +56,3 @@ You might also be interested in [base-task](https://github.com/node-base/base-task).

Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/base-runtimes/issues/new).
Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/node-base/base-runtimes/issues/new).

@@ -95,2 +95,2 @@ ## Building docs

_This file was generated by [verb](https://github.com/verbose/verb), v0.9.0, on April 20, 2016._
_This file was generated by [verb](https://github.com/verbose/verb), v0.9.0, on April 27, 2016._
'use strict';
/**
* Module dependencies
*/
var utils = require('lazy-cache')(require);

@@ -8,0 +4,0 @@ var fn = require;

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