Socket
Socket
Sign inDemoInstall

jet-engine

Package Overview
Dependencies
0
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

7

package.json
{
"name": "jet-engine",
"version": "1.0.0",
"version": "1.0.1",
"description": "Jet engine",

@@ -42,8 +42,7 @@ "main": "index.js",

"eslint-plugin-import": "^2.10.0",
"eslint-plugin-jest": "^21.15.0",
"jest": "^22.4.3",
"rimraf": "^2.6.2"
},
"dependencies": {
"eslint-plugin-jest": "^21.15.0"
}
"dependencies": {}
}

@@ -6,3 +6,3 @@ #jet-engine

jet-engine is a template engine with syntax very similar to dustjs-linked in. It was written because I needed a template engine that was more compact and less complicated to use than dustjs, but I liked dustjs syntax, compared to other template engine like handlebars. In the few cases in which I wanted templates to behave differently, I implemented my preferred way. I also had no requirement for asynchronous template handing, so I left that out.
jet-engine is a template engine with syntax very similar to dustjs-linked in. It was written because I needed a template engine that was more compact and less complicated to use than dustjs, but I liked dustjs syntax, compared to other template engines like handlebars. In the few cases in which I wanted templates to behave differently, I implemented my preferred way. I also had no requirement for asynchronous template handing, so I left that out.

@@ -21,2 +21,3 @@ # Usage

```
{#section}

@@ -30,4 +31,4 @@ {?test}

{~gt} // and other special characters
```
# Partials

@@ -34,0 +35,0 @@

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