Socket
Socket
Sign inDemoInstall

node-module-concat

Package Overview
Dependencies
1
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.0 to 1.5.0

5

lib/footer.js
/********** Footer **********/
module.exports = __require(0);
if(typeof module === "object")
module.exports = __require(0);
else
return __require(0);
})();
/********** End of footer **********/

2

lib/header.js

@@ -20,3 +20,3 @@ /* This header is placed at the beginning of the output file and defines the

__moduleIsCached[uid] = true;
if(uid === 0) {
if(uid === 0 && typeof require === "object") {
require.main = __modulesCache[0];

@@ -23,0 +23,0 @@ } else {

{
"name": "node-module-concat",
"version": "1.4.0",
"version": "1.5.0",
"description": "Node.js module concatenation library",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc