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

templates

Package Overview
Dependencies
Maintainers
3
Versions
154
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

templates - npm Package Compare versions

Comparing version 0.10.6 to 0.10.7

8

package.json
{
"name": "templates",
"description": "System for creating and managing template collections, and rendering templates with any node.js template engine. Can be used as the basis for creating a static site generator or blog framework.",
"version": "0.10.6",
"version": "0.10.7",
"homepage": "https://github.com/jonschlinkert/templates",

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

"array-sort": "^0.1.1",
"base": "^0.6.3",
"base": "^0.6.4",
"base-data": "^0.3.5",

@@ -47,3 +47,3 @@ "base-options": "^0.5.4",

"template-error": "^0.1.2",
"vinyl": "^1.1.0",
"vinyl": "^1.1.1",
"word-wrap": "^1.1.0"

@@ -102,2 +102,4 @@ },

"reflinks": [
"base",
"assemble",
"array-sort",

@@ -104,0 +106,0 @@ "group-array",

@@ -1184,3 +1184,3 @@ # templates [![NPM version](https://img.shields.io/npm/v/templates.svg)](https://www.npmjs.com/package/templates) [![Build Status](https://img.shields.io/travis/jonschlinkert/templates.svg)](https://travis-ci.org/jonschlinkert/templates)

As of January 15, 2016, code coverage is 100%.
As of January 19, 2016, code coverage is 100%.

@@ -1196,2 +1196,10 @@ ```sh

**v0.10.7**
* Force-update [base](https://github.com/node-base/base) to v0.6.4 to take advantage of `isRegistered` feature.
**v0.10.6**
* Re-introduces fs logic to `getView`, now that the method has been refactored to be faster.
**v0.10.0**

@@ -1263,2 +1271,2 @@

_This file was generated by [verb](https://github.com/verbose/verb) on January 15, 2016._
_This file was generated by [verb](https://github.com/verbose/verb) on January 19, 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