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

micromustache

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

micromustache - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

logo/micromustache-logo-100.png

2

package.json
{
"name": "micromustache",
"version": "1.2.0",
"version": "1.2.1",
"description": "A stripped down version of the {{mustache}} template engine with JavaScript",

@@ -5,0 +5,0 @@ "keywords":["template","mustache","string processing","string replacement","regular expression","template engine","small","quick","light weight"],

@@ -1,9 +0,16 @@

#Download
#MicroMustache
[Development Edition] (https://raw.github.com/hanifbbz/micromustache/master/dist/micromustache.js) - 2,226 Bytes
![Logo](https://raw.github.com/hanifbbz/micromustache/master/logo/micromustache-logo-300.png)
[Production Edition] (https://raw.github.com/hanifbbz/micromustache/master/dist/micromustache.min.js) - 378 Bytes
A stripped down version of the {{mustache}} template engine with JavaScript.
It covers the most important use case for Mustache: replacing variables with their names.
MicroMustache doesn't support partials, array and nested objects.
It is about 40% faster than Mustache.js and 93% smaller!
Or use npm:
[Download Development Edition] (https://raw.github.com/hanifbbz/micromustache/master/dist/micromustache.js) - 2,226 Bytes
[Download Production Edition] (https://raw.github.com/hanifbbz/micromustache/master/dist/micromustache.min.js) - 378 Bytes
Or use [npm] (https://npmjs.org/package/micromustache):
```bash

@@ -13,9 +20,2 @@ npm install micromustache

#MicroMustache
A stripped down version of the {{mustache}} template engine with JavaScript.
It covers the most important use case for Mustache: replacing variables with their names.
MicroMustache doesn't support partials, array and nested objects.
It is about 40% faster than Mustache.js and 93% smaller!
#Features

@@ -31,3 +31,3 @@

* Full test coverage with Qunit.
(run the tests yourself) [http://htmlpreview.github.com/?https://github.com/hanifbbz/micromustache/blob/master/test/micromustache-test.html]
[run the tests yourself] (http://htmlpreview.github.com/?https://github.com/hanifbbz/micromustache/blob/master/test/micromustache-test.html)
* Consistent with Mustache.js so it is a drop-in replacement for Mustache or Handlebars

@@ -38,2 +38,5 @@ * Supports the following value types: string, number, boolean, function.

* It's just one function. You can drop it into your code or paste it as an AMD module
* Works in browser and node.js
* Ready to be used as AMD or just copy/pasted into your own code
* Clean code that passes [jshint] (http://www.jshint.com/)
* Made in Sweden

@@ -40,0 +43,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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