New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

awesome-electron

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

awesome-electron - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

4

index.js

@@ -6,3 +6,3 @@ const fs = require('fs')

const subHeadingPattern = /^### /
const itemPattern = /^- \[(.*)\]\((.*)\)(.*)/
const itemPattern = /^- \[(.*)\]\((\S*)\)(.*)/
const slug = function slug(str) { return str.toLowerCase().replace(/ /g, '_')}

@@ -39,3 +39,3 @@

if (itemParts[3]) {
item.description = itemParts[3].replace(/^ - /, '')
item.description = itemParts[3].replace(/.* - /, '')
}

@@ -42,0 +42,0 @@ item.category = category

{
"name": "awesome-electron",
"version": "1.1.0",
"version": "1.1.1",
"description": "Useful resources for creating apps with Electron",

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

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