Socket
Socket
Sign inDemoInstall

marilena

Package Overview
Dependencies
270
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.9 to 1.0.10

15

package.json
{
"name": "marilena",
"version": "1.0.9",
"version": "1.0.10",
"description": "a tool to build emails with cool tools like mjml and different template engine like handlebars or eta.js",

@@ -21,3 +21,3 @@ "scripts": {

"prepare": "husky install",
"release": "dotenv release-it",
"release": "release-it",
"generate-types": "tsc --declaration --declarationDir ./dist --outDir temp ./src/types.ts && rm -rf temp",

@@ -95,2 +95,6 @@ "prettier:check": "npx prettier --check .",

"release-it": {
"git": {
"requireBranch": "main",
"commitMessage": "chore: release v${version}"
},
"github": {

@@ -104,6 +108,9 @@ "release": true

"before:init": [
"npm run build"
]
"git pull",
"npm run build",
"npm run test"
],
"after:bummp": "npx auto-changelog -p"
}
}
}
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc