Socket
Socket
Sign inDemoInstall

edge.js

Package Overview
Dependencies
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

edge.js - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

.nyc_output/40c20b5ea9eb09af916147b19042beab.json

10

CHANGELOG.md

@@ -0,1 +1,11 @@

<a name="1.1.1"></a>
## [1.1.1](https://github.com/poppinss/edge/compare/v1.1.0...v1.1.1) (2017-10-08)
### Features
* **tags:** add mustache tag ([d46022e](https://github.com/poppinss/edge/commit/d46022e))
<a name="1.1.0"></a>

@@ -2,0 +12,0 @@ # [1.1.0](https://github.com/poppinss/edge/compare/v1.0.2...v1.1.0) (2017-09-23)

3

package.json
{
"name": "edge.js",
"version": "1.1.0",
"version": "1.1.1",
"description": "Node.js logical templating engine with fresh air",

@@ -26,2 +26,3 @@ "main": "index.js",

"node-req": "^2.0.1",
"nunjucks": "^3.0.1",
"nyc": "^11.2.1",

@@ -28,0 +29,0 @@ "semver": "^5.4.1",

@@ -24,3 +24,4 @@ 'use strict'

raw: new (require('./RawTag'))(),
unless: new (require('./UnlessTag'))()
unless: new (require('./UnlessTag'))(),
mustache: new (require('./MustacheTag'))()
}
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