Huge News!Announcing our $40M Series B led by Abstract Ventures.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.2 to 0.0.3

8

index.js

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

}
if (!!folderObj.listFile) {
return false;
} else if (file.basename === 'list.html') {
if (file.basename === 'list.html') {
folderObj.listFile = file;

@@ -33,5 +31,5 @@ } else {

listFile.setContent(content);
generateListFile(listFile, folderObj.files);
fis.log.debug("generate list.html ok");
}
generateListFile(listFile, folderObj.files);
fis.log.debug("generate list.html ok");
}

@@ -38,0 +36,0 @@ });

{
"name": "atm3-postpackager-list-html",
"version": "0.0.2",
"version": "0.0.3",
"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