New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ltl

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ltl - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

7

ltl.js

@@ -47,3 +47,3 @@ /**

// Allow users to see what version of ltl they're using.
version: '0.1.3',
version: '0.1.4',

@@ -651,6 +651,3 @@ // Store all of the templates that have been compiled.

if (escapeVar) {
output = "function " + escapeVar + "(t){" +
"var r={'<':'&lt;','&':'&amp;','>':'&gt;'};" +
"return (''+t).replace(/[<&>]/g,function(m){return r[m]})};" +
output;
output = "function " + escapeVar + "(t){return (''+t).replace(/</g,'&lt;')};" + output;
}

@@ -657,0 +654,0 @@ output = 'eval.f=function(' + options.contextVar + (hasGets ? ',' + options.partsVar : '') + '){' + output + '}';

@@ -14,3 +14,3 @@ {

],
"version": "0.1.3",
"version": "0.1.4",
"main": "ltl",

@@ -17,0 +17,0 @@ "homepage": "http://lighter.io/ltl",

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