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.7.0 to 0.8.0

39

package.json
{
"name": "assemble-core",
"description": "The core assemble application with no presets or defaults. All configuration is left to the implementor.",
"version": "0.7.0",
"version": "0.8.0",
"homepage": "https://github.com/assemble/assemble-core",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"maintainers": [
"Jon Schlinkert (https://github.com/jonschlinkert)",
"Brian Woodward (https://github.com/doowb)"
"Brian Woodward (https://github.com/doowb)",
"Jon Schlinkert (https://github.com/jonschlinkert)"
],
"contributors": [
"Jon Schlinkert (https://github.com/jonschlinkert)",
"Brian Woodward (https://github.com/doowb)"
"Brian Woodward (https://github.com/doowb)",
"Jon Schlinkert (https://github.com/jonschlinkert)"
],

@@ -31,17 +31,16 @@ "repository": "assemble/assemble-core",

"dependencies": {
"assemble-fs": "^0.3.1",
"assemble-fs": "^0.3.2",
"assemble-render-file": "^0.3.0",
"assemble-streams": "^0.3.0",
"base-tasks": "^0.1.2",
"gulp-extname": "^0.2.0",
"lazy-cache": "^1.0.2",
"templates": "^0.8.0"
"lazy-cache": "^1.0.3",
"templates": "^0.9.2"
},
"devDependencies": {
"assemble-ask": "^0.1.4",
"assemble-loader": "^0.2.4",
"assemble-loader": "^0.2.6",
"async": "^1.5.0",
"base-methods": "^0.6.1",
"base-methods": "^0.6.2",
"base-questions": "^0.2.3",
"base-store": "^0.3.2",
"buffer-equal": "0.0.1",
"cli-prompt": "^0.4.2",
"composer-runtimes": "^0.7.0",

@@ -58,2 +57,4 @@ "consolidate": "^0.13.1",

"gulp-eslint": "^1.1.1",
"gulp-extname": "^0.2.0",
"gulp-format-md": "^0.1.4",
"gulp-git": "^1.6.0",

@@ -71,3 +72,3 @@ "gulp-istanbul": "^0.10.3",

"resolve-glob": "^0.1.7",
"rimraf": "^2.4.4",
"rimraf": "^2.5.0",
"should": "*",

@@ -128,5 +129,5 @@ "sinon": "^1.17.2",

"assemble",
"boilerplate",
"composer",
"generate",
"boilerplate",
"scaffold",

@@ -143,11 +144,11 @@ "templates",

"<%= related.list %>",
"gulp",
"vinyl-fs",
"handlebars",
"assemble-cli",
"assemble-streams",
"base-methods",
"emitter-only",
"base-methods"
"gulp",
"handlebars",
"vinyl-fs"
]
}
}

@@ -31,7 +31,7 @@ # 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)

_(TOC generated by [verb](https://github.com/verbose/verb))_
_(TOC generated by [verb](https://github.com/verbose/verb) using [markdown-toc](https://github.com/jonschlinkert/markdown-toc))_
## Install
Install with [npm](https://www.npmjs.com/)
Install with [npm](https://www.npmjs.com/):

@@ -286,3 +286,3 @@ ```sh

As of December 16, 2015:
As of December 28, 2015:

@@ -304,2 +304,6 @@ ```

**v0.8.0**
* Bumps several deps. [templates](https://github.com/jonschlinkert/templates) was bumped to 0.9.0 to take advantage of event handling improvements.
**v0.7.0**

@@ -312,6 +316,5 @@

* Bumps [assemble-fs](https://github.com/jonschlinkert/assemble-fs) plugin to 0.5.0, which introduces `onStream` and `preWrite` middleware handlers.
* Bumps [templates](https://github.com/jonschlinkert/templates) to 0.7.0, which fixes how non-cached collections are initialized. This was done as a minor instead of a patch since - although it's a fix - it could theoretically break someone's setup
* Bumps [templates](https://github.com/jonschlinkert/templates) to 0.7.0, which fixes how non-cached collections are initialized. This was done as a minor instead of a patch since - although it's a fix - it could theoretically break someone's setup.
**v0.5.0**
* Bumps [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.

@@ -339,2 +342,2 @@

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