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

templatesjs

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

templatesjs - npm Package Compare versions

Comparing version 1.1.11 to 1.1.12

.npmignore

2

package.json
{
"name": "templatesjs",
"version": "1.1.11",
"version": "1.1.12",
"description": "Render template without any engine, pure JavaScript,easy to use, works with any file format including HTML, include files inside files, can be used with any framework and raw node.js ",

@@ -5,0 +5,0 @@ "main": "index.js",

# templatesjs
[![Build Status](https://travis-ci.org/ImtiazChowdhury/templatesjs.svg?branch=master)](https://travis-ci.org/ImtiazChowdhury/templatesjs)

@@ -7,2 +10,3 @@ [![node](https://img.shields.io/badge/Node-=>4.0.0-brightgreen.svg)]()

[![npm](https://img.shields.io/npm/v/templatesjs.svg)]()
[![npm](https://img.shields.io/npm/l/templatesjs.svg)]()

@@ -15,3 +19,3 @@ [![npm](https://img.shields.io/npm/dw/templatesjs.svg)]()

It works using simple javascript function, high speedy and easy to use.
It works using simple javascript functions, high speedy and easy to use.
works with any file format including HTML. you can also include another files in your file using include()

@@ -226,7 +230,2 @@

<%user[2,4] {<a href="user/*">*</a>}%>
<!--
**specify the format in curly braces
** all "*" sign will be replaced by the actual
**value with the format specified around it
-->

@@ -252,9 +251,3 @@ </body>

<body>
<%user[2] {<a href="user/*">*</a>}%>
<!--
**specify the format in curly braces
** all "*" sign will be replaced by the actual
**value with the format specified around it
-->

@@ -261,0 +254,0 @@ </body>

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