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.5.0
to
0.5.1
+7
-3
index.js

@@ -176,7 +176,9 @@ 'use strict';

define(scaffold, 'name', name);
scaffold.on('target', this.emit.bind(this, 'target'));
scaffold.on('files', this.emit.bind(this, 'files'));
scaffold.on('file', this.emit.bind(this, 'file'));
this.run(scaffold);
scaffold.addTargets(boilerplate);
scaffold.on('target', this.emit.bind(this, 'target'));
this.scaffolds[name] = scaffold;

@@ -210,5 +212,7 @@ return scaffold;

target.on('files', this.emit.bind(this, 'files'));
target.on('file', this.emit.bind(this, 'file'));
utils.run(this, 'target', target);
target.addFiles(boilerplate);
this.targets[name] = target;

@@ -215,0 +219,0 @@ return target;

{
"name": "boilerplate",
"description": "Tools and conventions for authoring and publishing boilerplates that can be generated by any build system or generator.",
"version": "0.5.0",
"version": "0.5.1",
"homepage": "https://github.com/jonschlinkert/boilerplate",

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