Socket
Socket
Sign inDemoInstall

insert-module-globals

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

insert-module-globals - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

test/return.js

2

index.js

@@ -54,3 +54,3 @@ var parseScope = require('lexical-scope');

;
source = source.replace(/^#![^\n]*\n/, '\n');
source = '(function () { ' + source.replace(/^#![^\n]*\n/, '\n') + '})()';

@@ -57,0 +57,0 @@ if (opts.always !== true && !quick.test(source)) {

{
"name": "insert-module-globals",
"version": "3.1.0",
"version": "3.1.1",
"description": "insert implicit module globals into a module-deps stream",

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