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.9.99 to 1.9.999

2

package.json
{
"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.

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