Socket
Socket
Sign inDemoInstall

@pluginjs/template

Package Overview
Dependencies
2
Maintainers
2
Versions
52
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @pluginjs/template

A workflow for modern frontend development.


Version published
Maintainers
2
Install size
133 kB
Created

Readme

Source

Template

npm package

template is a utility JavaScript library for html template parse.

Introduction

Installation

Yarn
yarn add @pluginjs/template
NPM
npm i @pluginjs/template

Getting Started

CDN:

Development:

<script src="https://unpkg.com/@pluginjs/template/dist/template.js"></script>

Production:

<script src="https://unpkg.com/@pluginjs/template/dist/template.min.js"></script>

API

render

Parameters

| Name | Type | Description | |||-| | string | String | | | args | templateOptions[] | |

Returns

| Name | Type | Description | |||-| | parsedResult | String | |

compile

Parameters

| Name | Type | Description | |||-| | str | String | |

Returns

| Name | Type | Description | |||-| | compileFunction | (args: templateOptions[]) => parsedResult | |

parse

Parameters

| Name | Type | Description | |||-| | str | String | |

Returns

| Name | Type | Description | |||-| | parsedResult | String | |

Browser support

Tested on all major browsers.

IE / Edge
IE / Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
Opera
Opera
IE11, Edgelast 2 versionslast 2 versionslast 2 versionslast 2 versions

License

@pluginjs/template is Licensed under the GPL-v3 license.

If you want to use @pluginjs/template project to develop commercial sites, themes, projects, and applications, the Commercial license is the appropriate license. With this option, your source code is kept proprietary.

For purchase an Commercial License, contact us purchase@thecreation.co.

Copyright (C) 2022 Creation Studio Limited.

FAQs

Last updated on 29 Aug 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc