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

electron-md-to-pdf

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electron-md-to-pdf - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

26

package.json
{
"name": "electron-md-to-pdf",
"version": "1.0.1",
"version": "1.1.0",
"description": "Convert Markdown to PDF in Electron apps",

@@ -19,4 +19,4 @@ "keywords": [

"start": "electron example/main.js",
"format": "prettier --ignore-path .gitignore --write",
"lint": "eslint"
"format": "prettier --write",
"lint": "eslint --fix"
},

@@ -27,15 +27,15 @@ "dependencies": {

"peerDependencies": {
"electron": "^2.0.0 || ^3.0.0 || ^4.0.0"
"electron": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0"
},
"devDependencies": {
"electron": "^4.0.3",
"electron-debug": "^2.1.0",
"eslint": "5.12.1",
"electron": "^5.0.1",
"electron-debug": "^3.0.0",
"eslint": "5.16.0",
"eslint-config-airbnb-base": "13.1.0",
"eslint-config-prettier": "^4.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-config-prettier": "^4.2.0",
"eslint-plugin-import": "^2.17.2",
"github-markdown-css": "^3.0.1",
"husky": "^1.1.2",
"lint-staged": "^8.1.0",
"prettier": "^1.15.3"
"husky": "^2.2.0",
"lint-staged": "^8.1.6",
"prettier": "^1.17.0"
},

@@ -56,3 +56,3 @@ "files": [

],
"*.{css,html,json,md,scss,yml}": [
"*.{html,json,md,yml}": [
"yarn format",

@@ -59,0 +59,0 @@ "git add"

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