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

assemble-core

Package Overview
Dependencies
Maintainers
2
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

assemble-core - npm Package Compare versions

Comparing version 0.5.0 to 0.6.0

2

index.js

@@ -36,3 +36,3 @@ 'use strict';

this.use(utils.tasks(name));
this.use(utils.fs);
this.use(utils.fs());
this.use(utils.streams);

@@ -39,0 +39,0 @@ this.use(utils.render());

{
"name": "assemble-core",
"description": "The core assemble application with no presets or defaults. All configuration is left to the implementor.",
"version": "0.5.0",
"version": "0.6.0",
"homepage": "https://github.com/assemble/assemble-core",

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

"dependencies": {
"assemble-fs": "^0.2.1",
"assemble-fs": "^0.3.1",
"assemble-render-file": "^0.3.0",
"assemble-streams": "^0.3.0",
"base-tasks": "^0.1.2",
"lazy-cache": "^0.2.4",
"templates": "^0.6.0"
"lazy-cache": "^1.0.2",
"templates": "^0.6.3"
},

@@ -43,7 +43,7 @@ "devDependencies": {

"async": "^1.5.0",
"base-methods": "^0.5.0",
"base-methods": "^0.6.1",
"buffer-equal": "0.0.1",
"cli-prompt": "^0.4.2",
"consolidate": "^0.13.1",
"coveralls": "^2.11.4",
"coveralls": "^2.11.6",
"define-property": "^0.2.5",

@@ -53,16 +53,15 @@ "engine-base": "^0.1.2",

"event-stream": "^3.3.2",
"get-value": "^2.0.0",
"get-value": "^2.0.2",
"graceful-fs": "^4.1.2",
"gulp": "^3.9.0",
"gulp-eslint": "^1.1.0",
"gulp-eslint": "^1.1.1",
"gulp-git": "^1.6.0",
"gulp-istanbul": "^0.10.2",
"gulp-istanbul": "^0.10.3",
"gulp-mocha": "^2.2.0",
"is-buffer": "^1.1.0",
"istanbul": "^0.4.0",
"istanbul": "^0.4.1",
"kind-of": "^3.0.2",
"load-pkg": "^2.0.1",
"look-up": "^0.8.2",
"load-pkg": "^3.0.1",
"minimist": "^1.2.0",
"mocha": "^2.3.4",
"mocha": "*",
"myth": "^1.5.0",

@@ -72,3 +71,3 @@ "parser-front-matter": "^1.3.0",

"rimraf": "^2.4.4",
"should": "^7.1.1",
"should": "*",
"sinon": "^1.17.2",

@@ -127,2 +126,3 @@ "swig": "^1.4.2",

"list": [
"assemble",
"composer",

@@ -136,11 +136,17 @@ "generate",

},
"plugins": [
"gulp-format-md"
],
"reflinks": [
"assemble",
"scaffold",
"boilerplate",
"template",
"template",
"verb"
"<%= Object.keys(dependencies) %>",
"<%= related.list %>",
"gulp",
"vinyl-fs",
"handlebars",
"assemble-cli",
"assemble-streams",
"emitter-only",
"base-methods"
]
}
}
}

@@ -1,2 +0,2 @@

# assemble-core [![NPM version](https://badge.fury.io/js/assemble-core.svg)](http://badge.fury.io/js/assemble-core) [![Build Status](https://travis-ci.org/assemble/assemble-core.svg)](https://travis-ci.org/assemble/assemble-core)
# assemble-core [![NPM version](https://img.shields.io/npm/v/assemble-core.svg)](https://www.npmjs.com/package/assemble-core) [![Build Status](https://img.shields.io/travis/jonschlinkert/assemble-core.svg)](https://travis-ci.org/jonschlinkert/assemble-core)

@@ -7,10 +7,8 @@ > The core assemble application with no presets or defaults. All configuration is left to the implementor.

<!-- toc -->
* [Install](#install)
* [Usage](#usage)
* [Examples](#examples)
* [API](#api)
- [Templates API](#templates-api)
- [File System API](#file-system-api)
- [Install](#install)
- [Usage](#usage)
- [Examples](#examples)
- [API](#api)
* [Templates API](#templates-api)
* [File System API](#file-system-api)
+ [.src](#src)

@@ -20,21 +18,18 @@ + [.dest](#dest)

+ [.symlink](#symlink)
- [Task API](#task-api)
* [Task API](#task-api)
+ [.task](#task)
+ [.build](#build)
+ [.watch](#watch)
* [About](#about)
* [Related projects](#related-projects)
* [Tests](#tests)
- [Running tests](#running-tests)
- [Test coverage](#test-coverage)
* [Contributing](#contributing)
* [History](#history)
* [Author](#author)
* [License](#license)
- [About](#about)
- [Related projects](#related-projects)
- [Tests](#tests)
* [Running tests](#running-tests)
* [Test coverage](#test-coverage)
- [Contributing](#contributing)
- [History](#history)
- [Author](#author)
- [License](#license)
_(Table of contents generated by [verb](https://github.com/verbose/verb))_
_(TOC generated by [verb](https://github.com/verbose/verb))_
<!-- tocstop -->
## Install

@@ -272,5 +267,6 @@

* [assemble](https://www.npmjs.com/package/assemble): Static site generator for Grunt.js, Yeoman and Node.js. Used by Zurb Foundation, Zurb Ink, H5BP/Effeckt,… [more](https://www.npmjs.com/package/assemble) | [homepage](http://assemble.io)
* [boilerplate](https://www.npmjs.com/package/boilerplate): Tools and conventions for authoring and publishing boilerplates that can be generated by any build… [more](https://www.npmjs.com/package/boilerplate) | [homepage](http://boilerplates.io)
* [composer](https://www.npmjs.com/package/composer): API-first task runner with three methods: task, run and watch. | [homepage](https://github.com/jonschlinkert/composer)
* [generate](https://www.npmjs.com/package/generate): Project generator, for node.js. | [homepage](https://github.com/generate/generate)
* [generate](https://www.npmjs.com/package/generate): Fast, composable, highly extendable project generator for node.js | [homepage](https://github.com/jonschlinkert/generate)
* [scaffold](https://www.npmjs.com/package/scaffold): Conventions and API for creating scaffolds that can by used by any build system or… [more](https://www.npmjs.com/package/scaffold) | [homepage](https://github.com/jonschlinkert/scaffold)

@@ -292,3 +288,3 @@ * [templates](https://www.npmjs.com/package/templates): System for creating and managing template collections, and rendering templates with any node.js template engine.… [more](https://www.npmjs.com/package/templates) | [homepage](https://github.com/jonschlinkert/templates)

As of December 03, 2015:
As of December 14, 2015:

@@ -304,3 +300,3 @@ ```

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

@@ -311,5 +307,9 @@ If Assemble doesn't do what you need, [please let us know][issue].

**v0.6.0**
* Bumped [assemble-fs](https://github.com/jonschlinkert/assemble-fs) plugin to 0.5.0, which introduces `onStream` and `preWrite` middleware handlers.
**v0.5.0**
* Bumped `templates` to latest, 0.6.0. templates 0.6.0 uses the latest [base-methods](https://github.com/jonschlinkert/base-methods), which introduces prototype mixins. No API changes.
* Bumped [templates](https://github.com/jonschlinkert/templates) to latest, 0.6.0, since it uses the latest [base-methods](https://github.com/jonschlinkert/base-methods), which introduces prototype mixins. No API changes.

@@ -326,8 +326,8 @@ **v0.4.0**

+ [github/jonschlinkert](https://github.com/jonschlinkert)
+ [twitter/jonschlinkert](http://twitter.com/jonschlinkert)
* [github/jonschlinkert](https://github.com/jonschlinkert)
* [twitter/jonschlinkert](http://twitter.com/jonschlinkert)
## License
Copyright © 2015 Jon Schlinkert
Copyright © 2015 [Jon Schlinkert](https://github.com/jonschlinkert)
Released under the MIT license.

@@ -337,2 +337,2 @@

_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on December 03, 2015._
_This file was generated by [verb](https://github.com/verbose/verb) on December 14, 2015._
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