Socket
Socket
Sign inDemoInstall

electron-log

Package Overview
Dependencies
Maintainers
1
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electron-log - npm Package Compare versions

Comparing version 4.0.0-beta.9 to 4.0.0-beta.10

7

package.json
{
"name": "electron-log",
"version": "4.0.0-beta.9",
"version": "4.0.0-beta.10",
"description": "Just a very simple logging module for your Electron application",

@@ -11,4 +11,5 @@ "main": "src/index.js",

"test:projects": "humile 'test-projects/**/*.spec.js' -R list",
"postversion": "npm run test:full && git push && git push --tags",
"prepack": "npm run test:full"
"postversion": "git push && git push --tags",
"prepack": "npm run test:full",
"preversion": "npm run test:full"
},

@@ -15,0 +16,0 @@ "typings": "src/index.d.ts",

@@ -98,2 +98,6 @@ 'use strict';

var simplifiedData = data.map(function (item) {
if (item === undefined) {
return undefined;
}
return JSON.parse(JSON.stringify(item, serialize, ' '));

@@ -100,0 +104,0 @@ });

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