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 2.1.20 to 2.1.22

3

dist/micromustache.js

@@ -1,3 +0,4 @@

/*! micromustache v.2.1.20
/*! micromustache v.2.1.22
* A stripped down version of the {{mustache}} template engine with JavaScript
* http://github.com/hanifbbz/micromustache.git
* @license CC-BY-3.0

@@ -4,0 +5,0 @@ */

@@ -1,1 +0,1 @@

/*!micromustache 2.1.20*/!function(e,n){"function"==typeof define&&define.amd?define([],n):"object"==typeof exports?module.exports=n():e.micromustache=n()}(this,function(){function e(e,n){return"string"!=typeof e?e:(("object"!=typeof n||null===n)&&(n={}),e.replace(/\{?\{\{\s*(.*?)\s*\}\}\}?/g,function(e,t){var r=n[t];switch(typeof r){case"string":case"number":case"boolean":return r;case"function":return r(t);default:return""}}))}function n(n){return function(t){return e(n,t)}}return{render:e,to_html:e,compile:n}});
/*!micromustache 2.1.22*/!function(e,n){"function"==typeof define&&define.amd?define([],n):"object"==typeof exports?module.exports=n():e.micromustache=n()}(this,function(){function e(e,n){return"string"!=typeof e?e:(("object"!=typeof n||null===n)&&(n={}),e.replace(/\{?\{\{\s*(.*?)\s*\}\}\}?/g,function(e,t){var r=n[t];switch(typeof r){case"string":case"number":case"boolean":return r;case"function":return r(t);default:return""}}))}function n(n){return function(t){return e(n,t)}}return{render:e,to_html:e,compile:n}});

@@ -31,2 +31,3 @@ var gulp = require('gulp');

" * <%= pkg.description %>",
" * <%= pkg.repository.url %>",
" * @license <%= pkg.license %>",

@@ -33,0 +34,0 @@ " */",

{
"name": "micromustache",
"version": "2.1.20",
"version": "2.1.22",
"description": "A stripped down version of the {{mustache}} template engine with JavaScript",

@@ -16,3 +16,3 @@ "keywords": [

],
"main": "src/micromustache.js",
"main": "dist/micromustache.js",
"directories": {

@@ -32,4 +32,3 @@ "lib": "dist",

"gulp-size": "^0.4.0",
"gulp-uglify": "^0.3.1",
"uglify-js": "2.x"
"gulp-uglify": "^0.3.1"
},

@@ -36,0 +35,0 @@ "scripts": {

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