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

tmpltr

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tmpltr - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

21

package.json
{
"name": "tmpltr",
"version": "1.0.0",
"version": "1.0.1",
"description": "Templating with mustache and YAML",
"main": "index.js",
"main": "bin.js",
"type": "module",
"bin": {
"tmpltr": "./bin.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/mxcd/tmpltr.git"
},
"author": "maxpartenfelder@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/mxcd/tmpltr/issues"
},
"keywords": ["templating", "yaml"],
"dependencies": {

@@ -13,0 +24,0 @@ "js-yaml": "^4.1.0",

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

# templater - templating files with mustache and YAML
# tmpltr - templating files with mustache and YAML
```
__ __ __ __
\ \ / /____ ____ ___ ____ / /___ _/ /____ _____
\ \ / __/ _ \/ __ `__ \/ __ \/ / __ `/ __/ _ \/ ___/
/ / / /_/ __/ / / / / / /_/ / / /_/ / /_/ __/ /
/_/ \__/\___/_/ /_/ /_/ .___/_/\__,_/\__/\___/_/
/_/
__ __ ____
\ \ / /_____ ___ ____ / / /______
\ \ / __/ __ `__ \/ __ \/ / __/ ___/
/ / / /_/ / / / / / /_/ / / /_/ /
/_/ \__/_/ /_/ /_/ .___/_/\__/_/
/_/
```
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