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

@vue-email/compiler

Package Overview
Dependencies
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vue-email/compiler - npm Package Compare versions

Comparing version 0.8.1 to 0.8.2

10

dist/index.d.ts

@@ -8,3 +8,3 @@ import { I18n, VueEmailPluginOptions } from 'vue-email';

interface DefineConfigFunctions {
render: (name: string, options?: RenderOptions) => Promise<string>;
render: (name: string, options?: RenderOptions) => Promise<Result>;
}

@@ -39,7 +39,11 @@ type DefineConfig = (dir: string, config?: Options) => DefineConfigFunctions;

}
interface Result {
html: string;
text: string;
}
declare function templateRender(name: string, code: SourceOptions, options?: RenderOptions, config?: Options): Promise<string>;
declare function templateRender(name: string, code: SourceOptions, options?: RenderOptions, config?: Options): Promise<Result>;
declare const config: DefineConfig;
export { type DefineConfig, type DefineConfigFunctions, type Options, type RenderOptions, type SourceOptions, config, templateRender };
export { type DefineConfig, type DefineConfigFunctions, type Options, type RenderOptions, type Result, type SourceOptions, config, templateRender };
{
"name": "@vue-email/compiler",
"type": "module",
"version": "0.8.1",
"version": "0.8.2",
"packageManager": "pnpm@8.11.0",

@@ -68,3 +68,3 @@ "description": "Compile vue-email templates",

"scule": "^1.1.1",
"vue-email": "0.8.1"
"vue-email": "0.8.2"
},

@@ -71,0 +71,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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