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.0.3 to 1.0.4

2

package.json
{
"name": "templatesjs",
"version": "1.0.3",
"version": "1.0.4",
"description": "Render template without any engine, pure JavaScript, high speedy, 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",

@@ -13,14 +13,14 @@ # templatesjs

##usage
|_ #how to render string
|_ #how to render object.objectvalue
|_ #how to render specific index's value of an array
|_ #how to render all values looping through the whole array
|_ #how to render all values looping through an specific index of array
|_ #how to specify format of output (other elements around it or nesting it in other elements)
|_ #specify output to be UPPERCASE, Capitalized or lowercase
|_ #include another file inside a file or data
|_ #set default directory for files
|_ %tip : change the delimiter sign(%)
|_ %tip : shorthands for functions
|_ *demonstration : using with javascript in client side
|_ ##how to render string
|_ ##how to render object.objectvalue
|_ ##how to render specific index's value of an array
|_ ##how to render all values looping through the whole array
|_ ##how to render all values looping through an specific index of array
|_ ##how to specify format of output (other elements around it or nesting it in other elements)
|_ ##specify output to be UPPERCASE, Capitalized or lowercase
|_ ##include another file inside a file or data
|_ ##set default directory for files
|_ #%tip : change the delimiter sign(%)
|_ ##%tip : shorthands for functions
|_ ##*demonstration : using with javascript in client side

@@ -39,3 +39,3 @@

#how to render string
##how to render string
##########################################################################################################################

@@ -80,3 +80,3 @@ for examples below we will be rendering dynamic data to a HTML page

#how to render object.objectvalue
##how to render object.objectvalue
######################################################################################################################################

@@ -107,3 +107,3 @@ we can also render array or object value as

#how to render specific index's value of an array
##how to render specific index's value of an array
######################################################################################################################################

@@ -135,3 +135,3 @@

#how to render all values looping through the whole array
##how to render all values looping through the whole array
######################################################################################################################################

@@ -163,3 +163,3 @@

#how to render all values looping through some specific index of array
##how to render all values looping through some specific index of array
######################################################################################################################################

@@ -197,4 +197,3 @@

#how to specify format of output (other elements around it or nesting it in other elements)
#
##how to specify format of output (other elements around it or nesting it in other elements)
######################################################################################################################################

@@ -295,3 +294,3 @@

#specify output to be UPPERCASE, Capitalized or lowercase
##specify output to be UPPERCASE, Capitalized or lowercase
######################################################################################################################################

@@ -336,3 +335,3 @@

#include another file inside a file or data
##include another file inside a file or data
######################################################################################################################################

@@ -369,3 +368,3 @@

#set default directory for files
##set default directory for files
######################################################################################################################################

@@ -393,3 +392,3 @@

%tip : change the delimiter sign(%)
##%tip : change the delimiter sign(%)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

@@ -432,3 +431,3 @@

*demonstration : using with javascript in client side
##*demonstration : using with javascript in client side
*******************************************************************************************************

@@ -435,0 +434,0 @@ Exceptional Demonstration :

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