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

atm3-postpackager-list-html

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

atm3-postpackager-list-html - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

4

index.js

@@ -43,5 +43,5 @@ var path = require('path'),

files.forEach(function (file) {
var matches = file.getContent().match(/\<title\>(\S*\)-(\S*)<\/title>/i);
var matches = file.getContent().match(/<title>(\S*)-(\S*)<\/title>/i);
if (!matches) {
matches = file.getContent().match(/\<title\>(\S*)<\/title>/i)
matches = file.getContent().match(/<title>(\S*)<\/title>/i)
}

@@ -48,0 +48,0 @@ var title = matches ? RegExp.$1 : file.basename;

{
"name": "atm3-postpackager-list-html",
"version": "0.0.6",
"version": "0.0.7",
"description": "atm3 generate list.html",

@@ -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