Socket
Socket
Sign inDemoInstall

ecto

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ecto - npm Package Compare versions

Comparing version 2.1.13 to 2.2.0

4

dist/engines/handlebars.js

@@ -5,4 +5,3 @@ "use strict";

const baseEngine_1 = require("../baseEngine");
const handlebars = require("handlebars");
const helpers = require("helpers-for-handlebars");
const handlebars = require("fumanchu");
const fs = require("fs-extra");

@@ -24,3 +23,2 @@ const _ = require("underscore");

}
helpers({ handlebars: handlebars });
let template = handlebars.compile(source, this.opts);

@@ -27,0 +25,0 @@ let result = template(data, this.opts);

{
"name": "ecto",
"version": "2.1.13",
"version": "2.2.0",
"description": "Modern Template Consolidation Engine for EJS, Markdown, Pug, Nunjucks, Liquid, and Handlebars",

@@ -40,9 +40,8 @@ "main": "./dist/ecto.js",

"dependencies": {
"@markdoc/markdoc": "^0.3.0",
"@markdoc/markdoc": "^0.3.2",
"ejs": "^3.1.9",
"fs-extra": "^11.1.1",
"handlebars": "^4.7.7",
"fumanchu": "github:jaredwray/fumanchu",
"helper-date": "^1.0.1",
"helpers-for-handlebars": "^0.10.11",
"liquidjs": "^10.8.4",
"liquidjs": "^10.9.1",
"nunjucks": "^3.2.4",

@@ -58,11 +57,11 @@ "pug": "^3.0.2",

"@types/handlebars-helpers": "^0.5.3",
"@types/jest": "^29.5.3",
"@types/jest": "^29.5.4",
"@types/mustache": "^4.2.2",
"@types/nunjucks": "^3.2.3",
"@types/pug": "^2.0.6",
"@types/underscore": "^1.11.5",
"docula": "^0.3.3",
"jest": "^29.6.1",
"@types/underscore": "^1.11.8",
"docula": "^0.3.4",
"jest": "^29.6.4",
"ts-jest": "^29.1.1",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
},

@@ -69,0 +68,0 @@ "files": [

Sorry, the diff of this file is not supported yet

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