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

templatizer

Package Overview
Dependencies
Maintainers
2
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

templatizer - npm Package Compare versions

Comparing version 0.3.4 to 0.3.5

bin/cli

4

package.json
{
"name": "templatizer",
"description": "Simple solution for compiling jade templates into vanilla JS functions for blazin' fast client-side use.",
"version": "0.3.4",
"version": "0.3.5",
"author": "Henrik Joreteg <henrik@andyet.net>",
"bin": "./bin/cli",
"bugs": "https://github.com/HenrikJoreteg/templatizer/issues",

@@ -22,2 +23,3 @@ "contributors": [

"jade": "^1.3.0",
"minimist": "^0.1.0",
"uglify-js": "^2.4.0",

@@ -24,0 +26,0 @@ "underscore": "^1.5.1",

@@ -38,3 +38,3 @@ # templatizer.js

Complies down to a JS file that looks something like this:
Compiles down to a JS file that looks something like this:

@@ -105,2 +105,10 @@ ```js

## CLI
Templatizer comes with a bin script to use from makefiles/package.json scripts/etc, it works like this:
```
$ templatizer -d path/to/templates -o /path/to/output/templates.js
```
## Sample?

@@ -107,0 +115,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