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.10.0 to 0.11.0

2

index.js

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

Templates.call(this, options);
this.name || 'assemble';
this.name = 'assemble';

@@ -32,0 +32,0 @@ /**

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

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

"assemble-streams": "^0.4.0",
"base-tasks": "^0.2.0",
"base-tasks": "^0.3.0",
"lazy-cache": "^1.0.3",

@@ -42,3 +42,3 @@ "templates": "^0.11.0"

"buffer-equal": "^1.0.0",
"consolidate": "^0.13.1",
"consolidate": "^0.14.0",
"coveralls": "^2.11.6",

@@ -54,3 +54,3 @@ "define-property": "^0.2.5",

"gulp-format-md": "^0.1.5",
"gulp-git": "^1.6.1",
"gulp-git": "^1.7.0",
"gulp-istanbul": "^0.10.3",

@@ -63,8 +63,8 @@ "gulp-mocha": "^2.2.0",

"minimist": "^1.2.0",
"mocha": "^2.3.4",
"mocha": "*",
"parser-front-matter": "^1.3.0",
"resolve-glob": "^0.1.8",
"rimraf": "^2.5.0",
"should": "^8.1.1",
"sinon": "^1.17.2",
"rimraf": "^2.5.1",
"should": "*",
"sinon": "^1.17.3",
"swig": "^1.4.2",

@@ -118,8 +118,2 @@ "through2": "^2.0.0",

],
"lintDeps": {
"ignore": [
"examples",
"docs"
]
},
"verb": {

@@ -141,13 +135,29 @@ "related": {

"reflinks": [
"<%= Object.keys(dependencies) %>",
"<%= related.list %>",
"assemble",
"assemble-cli",
"assemble-fs",
"assemble-render-file",
"assemble-streams",
"base-methods",
"base-tasks",
"base-watch",
"boilerplate",
"composer",
"emitter-only",
"generate",
"gulp",
"handlebars",
"lazy-cache",
"scaffold",
"templates",
"verb",
"vinyl-fs"
]
},
"lintDeps": {
"ignore": [
"examples",
"docs"
]
}
}

@@ -274,3 +274,3 @@ # 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/assemble/assemble-core.svg)](https://travis-ci.org/assemble/assemble-core)

* [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)
* [composer](https://www.npmjs.com/package/composer): API-first task runner with three methods: task, run and watch. | [homepage](https://github.com/doowb/composer)
* [generate](https://www.npmjs.com/package/generate): Fast, composable, highly extendable project generator with a user-friendly and expressive API. | [homepage](https://github.com/generate/generate)

@@ -299,2 +299,6 @@ * [scaffold](https://www.npmjs.com/package/scaffold): Conventions and API for creating declarative configuration objects for project scaffolds - similar in format… [more](https://www.npmjs.com/package/scaffold) | [homepage](https://github.com/jonschlinkert/scaffold)

**v0.9.0**
* Updates [composer](https://github.com/jonschlinkert/composer) to v0.11.0, which removes the `.watch` method in favor of using the [base-watch](https://github.com/node-base/base-watch) plugin.
**v0.8.0**

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

_This file was generated by [verb](https://github.com/verbose/verb) on January 21, 2016._
_This file was generated by [verb](https://github.com/verbose/verb) on January 29, 2016._

@@ -8,14 +8,2 @@ 'use strict';

var utils = require('lazy-cache')(require);
/**
* Temporarily re-assign `require` to trick browserify and
* webpack into reconizing lazy dependencies.
*
* This tiny bit of ugliness has the huge dual advantage of
* only loading modules that are actually called at some
* point in the lifecycle of the application, whilst also
* allowing browserify and webpack to find modules that
* are depended on but never actually called.
*/
var fn = require;

@@ -32,7 +20,2 @@ require = utils;

require('base-tasks', 'tasks');
/**
* Restore `require`
*/
require = fn;

@@ -39,0 +22,0 @@

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