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

electron-pug

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-pug - npm Package Compare versions

Comparing version 1.4.1 to 1.4.2

2

package.json
{
"name": "electron-pug",
"version": "1.4.1",
"version": "1.4.2",
"description": "Simple electron module to render Pug (former Jade) templates",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -19,6 +19,5 @@ # electron pug

const {app} = require('electron');
const {app, BrowserWindow} = require('electron');
const locals = {/* ...*/};
const pug = require('electron-pug')({pretty: true}, locals);
const BrowserWindow = require('browser-window');

@@ -25,0 +24,0 @@ // Standard stuff

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