Socket
Socket
Sign inDemoInstall

tmpl

Package Overview
Dependencies
0
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.4 to 1.0.5

2

lib/tmpl.js

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

var INTERPOLATE = /{([\s\S]+?)}/g
var INTERPOLATE = /{([^{]+?)}/g

@@ -3,0 +3,0 @@ module.exports = function(str, data) {

{
"name": "tmpl",
"description": "JavaScript micro templates.",
"version": "1.0.4",
"version": "1.0.5",
"license": "BSD-3-Clause",
"homepage": "https://github.com/nshah/nodejs-tmpl",
"homepage": "https://github.com/daaku/nodejs-tmpl",
"author": "Naitik Shah <n@daaku.org>",

@@ -13,6 +13,8 @@ "main": "lib/tmpl",

},
"scripts": { "test": "NODE_PATH=./lib mocha --ui exports" },
"scripts": {
"test": "NODE_PATH=./lib mocha --ui exports"
},
"devDependencies": {
"mocha": "0.12.x"
"mocha": "^9.1.1"
}
}
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