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

woo-email-editor

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

woo-email-editor - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

3

lib/WooEmailEditor.js

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

type: "init",
json: option.json
json: option.json,
appKey: option.appKey
}, "*");

@@ -65,0 +66,0 @@ };

{
"name": "woo-email-editor",
"version": "1.1.2",
"version": "1.1.3",
"description": "",

@@ -10,3 +10,4 @@ "main": "./lib/index.js",

"build": "webpack",
"build:watch": "babel src --out-dir ./lib --copy-files --watch"
"build:watch": "babel src --out-dir ./lib --copy-files --watch",
"build:es": "babel src --out-dir ./lib --copy-files"
},

@@ -13,0 +14,0 @@ "author": "",

@@ -21,3 +21,8 @@ # woodv email editor

```
#更新日志
##1.1.3
```aidl
添加模板功能
```

@@ -28,3 +28,4 @@ import * as htmlToImage from 'html-to-image';

type:"init",
json:option.json
json:option.json,
appKey:option.appKey
},"*");

@@ -31,0 +32,0 @@ };

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