Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ljs-template

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ljs-template - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "ljs-template",
"version": "1.0.0",
"version": "1.0.1",
"description": "Lighter Javascript Templates",

@@ -5,0 +5,0 @@ "main": "lib/ljs.js",

@@ -9,3 +9,3 @@ Lighter Javascript Templates

### Install
```
```bash
npm install ljs-template --save

@@ -15,3 +15,3 @@ ```

### Render
```
```javascript
var ljs = require('ljs-template');

@@ -32,3 +32,3 @@

### Template :
```
```html
var template = `

@@ -58,3 +58,3 @@

### Data :
```
```javascript
var data =

@@ -78,3 +78,3 @@ {

### Render :
```
```javascript
var ljs = require('ljs-template');

@@ -88,3 +88,3 @@

### It displays:
```
```html
<h1>Books:</h1>

@@ -91,0 +91,0 @@ <h2>Cravings: Recipes for All the Food You Want to Eat</h2>

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