Socket
Socket
Sign inDemoInstall

ecto

Package Overview
Dependencies
395
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.3 to 3.0.4

20

package.json
{
"name": "ecto",
"version": "3.0.3",
"version": "3.0.4",
"description": "Modern Template Consolidation Engine for EJS, Markdown, Pug, Nunjucks, Liquid, and Handlebars",

@@ -22,3 +22,3 @@ "type": "module",

"compile": "tsc -p .",
"build": "rimraf ./dist && npm install && npm run test && npm run compile",
"build": "rimraf ./dist && npm run compile",
"prepare": "rimraf ./dist && npm run compile",

@@ -49,9 +49,9 @@ "website:build": "rimraf ./site/readme.md && npx -y docula build -s ./site -o ./dist-site",

"dependencies": {
"@jaredwray/fumanchu": "^1.2.1",
"ejs": "^3.1.9",
"liquidjs": "^10.10.2",
"@jaredwray/fumanchu": "^1.3.0",
"ejs": "^3.1.10",
"liquidjs": "^10.11.1",
"nunjucks": "^3.2.4",
"pug": "^3.0.2",
"underscore": "^1.13.6",
"writr": "^3.2.1"
"writr": "^3.2.2"
},

@@ -61,10 +61,10 @@ "devDependencies": {

"@types/express": "^4.17.21",
"@types/node": "^20.11.30",
"@types/node": "^20.12.7",
"@types/nunjucks": "^3.2.6",
"@types/pug": "^2.0.10",
"@types/underscore": "^1.11.15",
"@vitest/coverage-v8": "^1.4.0",
"@vitest/coverage-v8": "^1.5.2",
"rimraf": "^5.0.5",
"typescript": "^5.4.3",
"vitest": "^1.4.0",
"typescript": "^5.4.5",
"vitest": "^1.5.2",
"webpack": "^5.91.0",

@@ -71,0 +71,0 @@ "xo": "^0.58.0"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc