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

@tcmlabs/handlebars-dependencies

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tcmlabs/handlebars-dependencies

Analyse Handlebars templates which cross-reference data

  • 0.0.1-alpha.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

handlebars-dependencies

Analyse Handlebars templates which cross-reference data.

The purpose of this package is to detect Handlebars templates which may try to interpolate someValue, using {{ someValue }}, that may be missing in a global Object.

Some of the currently supported features:

  • Introspect Handlebars templates, and return a complete dependency graph of interpolated data
  • View missing dependency references, ie foo.ext template references {{ bar }}, but bar data does not exist
  • View unreferenced/orphans data, ex. foo data never referenced as {{ foo }} in any template.

FAQs

Package last updated on 15 Jun 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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