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

pug-cli

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pug-cli - npm Package Compare versions

Comparing version 1.0.0-alpha1 to 1.0.0-alpha2

20

HISTORY.md

@@ -5,2 +5,20 @@ # Change Log

## [1.0.0-alpha2] - 2016-05-18
### Changed
- Pug has been updated to the latest alpha.
- Unused dependencies have been removed.
## [1.0.0-alpha1] - 2016-03-23
### Removed
- `-H` option, deprecated in 0.1.0, has been removed.
- Support for `SIGINT` as signal for EOF, deprecated in 0.1.1, has been removed.
### Changed
- The package is renamed to `pug-cli`.
### Fixed
- Support for Windows has been fixed.
## [0.1.1] - 2015-09-29

@@ -41,3 +59,5 @@ ### Deprecated

[unreleased]: https://github.com/pugjs/pug-cli/compare/0.1.1...master
[1.0.0-alpha2]: https://github.com/pugjs/pug-cli/compare/1.0.0-alpha1...1.0.0-alpha2
[1.0.0-alpha1]: https://github.com/pugjs/pug-cli/compare/0.1.1...1.0.0-alpha1
[0.1.1]: https://github.com/pugjs/pug-cli/compare/0.1.0...0.1.1
[0.1.0]: https://github.com/pugjs/pug-cli/compare/0.0.1...0.1.0

1

index.js

@@ -11,3 +11,2 @@ #!/usr/bin/env node

var pug = require('pug');
var escapeRegex = require('escape-string-regexp');

@@ -14,0 +13,0 @@ var basename = path.basename;

{
"name": "pug-cli",
"version": "1.0.0-alpha1",
"version": "1.0.0-alpha2",
"description": "Pug's CLI interface",

@@ -13,4 +13,3 @@ "bin": {

"commander": "^2.8.1",
"escape-string-regexp": "^1.0.3",
"pug": "^2.0.0-alpha1",
"pug": "^2.0.0-alpha7",
"mkdirp": "^0.5.1"

@@ -17,0 +16,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