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.15.0 to 0.15.1

2

index.js

@@ -52,3 +52,2 @@ /*!

Base.call(this, null, options);
this.is('templates');

@@ -59,2 +58,3 @@ this.define('isApp', true);

this.debug('initializing');
this.use(utils.logger());
this.use(utils.option());

@@ -61,0 +61,0 @@ this.use(utils.plugin());

@@ -18,2 +18,3 @@ 'use strict';

require('base-data');
require('base-logger', 'logger');
require('base-option', 'option');

@@ -20,0 +21,0 @@ require('base-plugins', 'plugin');

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

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

"base-data": "^0.4.0",
"base-logger": "^0.1.0",
"base-option": "^0.6.2",

@@ -30,0 +31,0 @@ "base-plugins": "^0.4.4",

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