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.12 to 1.1.13

16

package.json
{
"name": "templatesjs",
"version": "1.1.12",
"version": "1.1.13",
"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 ",

@@ -30,4 +30,14 @@ "main": "index.js",

},
"directories": {},
"dependencies": {}
"directories": {
"test": "test"
},
"dependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/ImtiazChowdhury/templatesjs.git"
},
"bugs": {
"url": "https://github.com/ImtiazChowdhury/templatesjs/issues"
},
"homepage": "https://github.com/ImtiazChowdhury/templatesjs#readme"
}

8

README.md

@@ -31,9 +31,9 @@ # templatesjs

- [Loop through array](#how-to-render-all-values-looping-through-the-whole-array)
- [Loop through specific array indexes] (#how-to-render-all-values-looping-through-some-specific-index-of-array)
- [Specify format of output] (#how-to-specify-format-of-output)
- [Loop through specific array indexes](#how-to-render-all-values-looping-through-some-specific-index-of-array)
- [Specify format of output](#how-to-specify-format-of-output)
- [UPPERCASE, Capitalized, lowercase output](#specify-case)
- [Include files](#include-another-file-inside-a-file-or-data)
- [Set default directory] (#set-default-directory-for-files)
- [Set default directory](#set-default-directory-for-files)
- [Change delimiter](#change-the-delimiter-sign)
- [Shorthands for functions] (#shorthands-for-functions)
- [Shorthands for functions](#shorthands-for-functions)
- [Demonstration](#demonstration-with-javascript-on-client-side)

@@ -40,0 +40,0 @@

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