Socket
Socket
Sign inDemoInstall

pug

Package Overview
Dependencies
Maintainers
2
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pug - npm Package Compare versions

Comparing version 2.0.0-beta3 to 2.0.0-beta4

8

package.json
{
"name": "pug",
"description": "A clean, whitespace-sensitive template language for writing HTML",
"version": "2.0.0-beta3",
"version": "2.0.0-beta4",
"author": "TJ Holowaychuk <tj@vision-media.ca>",

@@ -24,7 +24,7 @@ "maintainers": [

"pug-code-gen": "0.0.7",
"pug-filters": "^1.2.1",
"pug-lexer": "^2.0.0",
"pug-filters": "^1.2.3",
"pug-lexer": "^2.0.2",
"pug-linker": "^1.0.0",
"pug-load": "^2.0.0",
"pug-parser": "^2.0.0",
"pug-parser": "^2.0.1",
"pug-runtime": "^2.0.1",

@@ -31,0 +31,0 @@ "pug-strip-comments": "0.0.1"

@@ -6,3 +6,3 @@ # [![Pug - Node Template Engine](https://cdn.rawgit.com/pugjs/pug-logo/3ea2d3a86c6227020dd5b20743a5aa458808ca4e/SVG/__pug-logo-colour-wide.svg)](http://jade-lang.com/)

Pug is a high performance template engine heavily influenced by [Haml](http://haml.info/)
and implemented with JavaScript for [node](http://nodejs.org) and browsers. For bug reports,
and implemented with JavaScript for [Node.js](http://nodejs.org) and browsers. For bug reports,
feature requests and questions, [open an issue](https://github.com/pugjs/pug/issues/new).

@@ -26,3 +26,3 @@ For discussion join the [chat room](https://gitter.im/pugjs/pug).

Pug 2.0.0 is still under alpha stage, and there are several syntactic differences we have deprecated and removed. Such differences are documented at [#2305](https://github.com/pugjs/pug/issues/2305).
Pug 2.0.0 is still under beta stage, and there are several syntactic differences we have deprecated and removed. Such differences are documented at [#2305](https://github.com/pugjs/pug/issues/2305).

@@ -33,2 +33,4 @@ The website and documentation for Pug are still being updated, but if you are new to Pug, you should get started with the new syntax and install the Pug package on npm.

### Package
via npm:

@@ -40,2 +42,16 @@

### Command Line
After installing the latest version of [Node.js](http://nodejs.org/), install with:
```bash
$ npm install pug-cli -g
```
and run with
```bash
$ pug --help
```
## Syntax

@@ -118,3 +134,3 @@

```console
```bash
$ pug --client --no-debug filename.pug

@@ -125,16 +141,2 @@ ```

## Command Line
After installing the latest version of [node](http://nodejs.org/), install with:
```console
$ npm install pug-cli -g
```
and run with
```console
$ pug --help
```
## Additional Resources

@@ -141,0 +143,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