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

layouts

Package Overview
Dependencies
Maintainers
2
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

layouts - npm Package Compare versions

Comparing version 0.2.8 to 0.2.9

2

index.js

@@ -280,3 +280,3 @@ /*!

var body = options.tag || 'body';
var settings = delims.templates(options.delims || ['{{','}}']);
var settings = _.extend(delims.templates(options.delims || ['{{','}}']), options);

@@ -283,0 +283,0 @@ settings.interpolate = settings.evaluate;

{
"name": "layouts",
"description": "Wrap templates with layouts. Layouts can be nested and optionally use other layouts.",
"version": "0.2.8",
"version": "0.2.9",
"homepage": "https://github.com/jonschlinkert/layouts",

@@ -6,0 +6,0 @@ "author": {

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