Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

boilerplate

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

boilerplate - npm Package Compare versions

Comparing version
0.6.0
to
0.6.1
+2
-18
index.js

@@ -212,22 +212,6 @@ 'use strict';

}
if (!this.scaffolds.hasOwnProperty('default')) {
this.scaffolds.default = {targets: {}};
this.addScaffold('default', {});
}
var Target = this.get('Target');
var target = new Target(this.options);
utils.define(target, 'name', name);
target.options = utils.merge({}, this.options, target.options, config.options);
target.define('parent', this);
this.emit('target', target);
emit('files', target, this);
emit('file', target, this);
util.run(this, 'target', target);
target.addFiles(config);
this.scaffolds.default.targets[name] = target;
return target;
return this.scaffolds.default.addTarget(name, config);
};

@@ -234,0 +218,0 @@

+1
-1
{
"name": "boilerplate",
"description": "Tools and conventions for authoring and using declarative configurations for project \"boilerplates\" that can be consumed by any build system or project scaffolding tool.",
"version": "0.6.0",
"version": "0.6.1",
"homepage": "https://github.com/jonschlinkert/boilerplate",

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

@@ -313,2 +313,2 @@ # boilerplate [![NPM version](https://img.shields.io/npm/v/boilerplate.svg?style=flat)](https://www.npmjs.com/package/boilerplate) [![NPM downloads](https://img.shields.io/npm/dm/boilerplate.svg?style=flat)](https://npmjs.org/package/boilerplate) [![Build Status](https://img.shields.io/travis/jonschlinkert/boilerplate.svg?style=flat)](https://travis-ci.org/jonschlinkert/boilerplate)

_This file was generated by [verb](https://github.com/verbose/verb), v0.9.0, on July 18, 2016._
_This file was generated by [verb](https://github.com/verbose/verb), v0.9.0, on July 19, 2016._