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

templates

Package Overview
Dependencies
Maintainers
1
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 1.2.0 to 1.2.1

3

lib/plugins/context.js

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

thisArg._parent = parent;
thisArg = utils.merge({}, thisArg, parent);
thisArg = utils.extend({}, thisArg, parent);
return thisArg;

@@ -153,2 +153,3 @@ }

this.context = context;
utils.define(this.context, 'view', view);
this.options = utils.merge({}, app.options, view.options, this.helper.options);

@@ -155,0 +156,0 @@

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

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

"get-value": "^2.0.6",
"get-view": "^0.1.2",
"get-view": "^0.1.3",
"group-array": "^0.3.1",
"has-glob": "^1.0.0",
"has-value": "^0.3.1",
"inflection": "^1.10.0",
"inflection": "^1.12.0",
"is-valid-app": "^0.2.1",
"layouts": "^0.11.0",
"lazy-cache": "^2.0.2",
"match-file": "^0.2.0",
"match-file": "^0.2.1",
"mixin-deep": "^1.1.3",

@@ -63,3 +63,3 @@ "paginationator": "^0.1.4",

"base-test-runner": "^0.2.0",
"base-test-suite": "^0.3.2",
"base-test-suite": "^0.4.1",
"ent": "^2.2.0",

@@ -74,3 +74,3 @@ "gulp": "^3.9.1",

"remarkable": "^1.7.1",
"yargs-parser": "^2.4.0"
"yargs-parser": "^4.2.1"
},

@@ -77,0 +77,0 @@ "keywords": [

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