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.1 to 0.10.2

11

lib/plugins/context.js

@@ -30,13 +30,6 @@ 'use strict';

if (!this.options.hasOwnProperty('namespace')) {
this.options.namespace = true;
}
var dataOpts = utils.extend({namespace: true}, this.options);
app.use(utils.baseData(dataOpts));
/**
* Load the `base-data` plugin
*/
app.use(utils.baseData(this.options));
/**
* Register a default data loader

@@ -43,0 +36,0 @@ */

2

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.1",
"version": "0.10.2",
"homepage": "https://github.com/jonschlinkert/templates",

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

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