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.19.0 to 0.20.0

9

changelog.md

@@ -0,1 +1,10 @@

**v0.20.0**
- Bumps [templates][] to v0.20.0. Some changes were made to context handling that effected one unit test out of ~1,000. although it's unlikely you'll be effected by the change, it warrants a minor bump
**v0.19.0**
- Bumps [templates][] to v0.19.0
- Externalizes tests (temporarily) to base-test-runner, until we get all of the tests streamlined to the same format.
**v0.18.0**

@@ -2,0 +11,0 @@

14

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

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

"dependencies": {
"assemble-fs": "^0.5.0",
"assemble-fs": "^0.5.1",
"assemble-render-file": "^0.7.0",

@@ -35,7 +35,7 @@ "assemble-streams": "^0.6.0",

"lazy-cache": "^2.0.1",
"templates": "^0.19.0"
"templates": "^0.20.1"
},
"devDependencies": {
"base-test-runner": "^0.1.1",
"base-test-suite": "^0.1.3",
"base-test-runner": "^0.2.0",
"base-test-suite": "^0.1.6",
"gulp": "^3.9.1",

@@ -48,5 +48,3 @@ "gulp-eslint": "^2.0.0",

"minimist": "^1.2.0",
"mocha": "^2.5.2",
"rimraf": "^2.5.2",
"through2": "^2.0.1"
"rimraf": "^2.5.2"
},

@@ -53,0 +51,0 @@ "keywords": [

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

**v0.20.0**
* Bumps [templates](https://github.com/jonschlinkert/templates) to v0.20.0. Some changes were made to context handling that effected one unit test out of ~1,000. although it's unlikely you'll be effected by the change, it warrants a minor bump
**v0.19.0**
* Bumps [templates](https://github.com/jonschlinkert/templates) to v0.19.0
* Externalizes tests (temporarily) to base-test-runner, until we get all of the tests streamlined to the same format.
**v0.18.0**

@@ -357,2 +366,2 @@

_This file was generated by [verb](https://github.com/verbose/verb), v0.9.0, on May 25, 2016._
_This file was generated by [verb](https://github.com/verbose/verb), v0.9.0, on May 26, 2016._
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