Socket
Socket
Sign inDemoInstall

template7

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

template7 - npm Package Versions

1

1.2.3

Diff

Changelog

Source

Template7 v1.2.3 - Released on May 12, 2017

  • Fixed ES2015 module build to have ES 2015 syntax
nolimits4web
published 1.2.2 •

nolimits4web
published 1.2.1 •

Changelog

Source

Template7 v1.2.1 - Released on April 19, 2017

  • Added ES2015 module build
nolimits4web
published 1.2.0 •

Changelog

Source

Template7 v1.2.0 - Released on April 15, 2017

  • Added support for node.js and commonjs
nolimits4web
published 1.1.4 •

Changelog

Source

Template7 v1.1.4 - Released on December 12, 2016

  • Fixed issue with quotes being added to helpers hash content
nolimits4web
published 1.1.3 •

nolimits4web
published 1.1.0 •

Changelog

Source

Template7 v1.1.0 - Released on October 3, 2015

  • Access to data (@index, @key) and root context (@root) in partials
nolimits4web
published 1.0.7 •

Changelog

Source

Template7 v1.0.7 - Released on September 28, 2015

  • Added check is variable is null and don't output it in this case
nolimits4web
published 1.0.6 •

Changelog

Source

Template7 v1.0.6 - Released on June 20, 2015

  • Partials support:
    • registerPartial(name, template) method to register partial
    • unregisterPartial(name, template) method to unregister partial
    • > helper to include partials like {{> list}}
    • New escape helper for escaping strings
nolimits4web
published 1.0.5 •

Changelog

Source

Template7 v1.0.5 - Released on March 28, 2015

  • Support for root context that may be used in templates as {{@root.someVar}}
    • Improved support for paths:
      • Support to access arrays directly by index {{someArray.2}}
      • Better support for context "level up" {{../../../someVar}}
    • New JS helpers with direct JS execution:
      • `{{js "this.price * 2"}} - inline helper to modify context on the fly
      • `{{#js_compare "this.price > 1000"}}Too expensive{{/js_compare}} - block helper for easier compares of variables
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