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

jst

Package Overview
Dependencies
Maintainers
0
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jst - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

examples/app.js

2

lib/jst.js

@@ -12,3 +12,3 @@ /**

exports.version = '0.0.10';
exports.version = '0.0.11';

@@ -15,0 +15,0 @@ var _cache = {},

{
"name": "jst",
"description": "Node JavaScript Template, A pretty high performance template engine",
"version": "0.0.10",
"version": "0.0.11",
"author": "Shaun Li <shonhen@gmail.com>",
"keywords": ["template", "engine", "jst"],
"main": "./lib/jst.js"
"main": "./lib/jst.js",
"dependencies": {"locales": ">0.0.0"}
}

@@ -58,2 +58,5 @@ # Node JavaScript Template

// i18n
jst.configure({
locales: {lang: 'zh_CN', locales: __dirname + '/locales'}
});
jst.render('{{ _("Hello {it.name}")|e }}', {name: '<strong>jst</strong>'});

@@ -60,0 +63,0 @@

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