templatesjs
Advanced tools
Comparing version 1.9.99 to 1.9.999
{ | ||
"name": "templatesjs", | ||
"version": "1.9.99", | ||
"version": "1.9.999", | ||
"description": "Render template dynamically , works with any file format including HTML", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -223,3 +223,3 @@ # templatesjs | ||
cb - [REQUIRED] - a callback to be fired once the changes have been made. | ||
If cb is not specified, an error will be thrown. | ||
If cb is not specified, an error will be thrown. | ||
@@ -236,6 +236,6 @@ err - First parameter to the callback detailing any errors. | ||
list - [REQUIRED] - an object with the list of variable to render, | ||
variable names as property and values as property value; | ||
variable names as property and values as property value; | ||
cb - [REQUIRED] - a callback to be fired once the changes have been made. | ||
If cb is not specified, an error will be thrown. | ||
If cb is not specified, an error will be thrown. | ||
@@ -248,3 +248,3 @@ err - First parameter to the callback detailing any errors. | ||
list - [REQUIRED] - an object with the list of variable to render, variable | ||
names as property and values as property value; | ||
names as property and values as property value; | ||
@@ -254,3 +254,3 @@ set(data, cb) | ||
cb - [REQUIRED] - a callback to be fired once the changes have been made. | ||
If cb is not specified, an error will be thrown. | ||
If cb is not specified, an error will be thrown. | ||
err - First parameter to the callback detailing any errors. | ||
@@ -257,0 +257,0 @@ data - the processed data with changes made in it. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
38976