Socket
Socket
Sign inDemoInstall

require-in-the-middle

Package Overview
Dependencies
Maintainers
2
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

require-in-the-middle - npm Package Compare versions

Comparing version 5.2.0 to 6.0.0

2

index.js

@@ -18,3 +18,3 @@ 'use strict'

let isCore
if (Module.isBuiltin) { // as of node v18.6.0
if (Module.isBuiltin) { // Added in node v18.6.0, v16.17.0
isCore = Module.isBuiltin

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

{
"name": "require-in-the-middle",
"version": "5.2.0",
"version": "6.0.0",
"description": "Module to hook into the Node.js require function",

@@ -53,4 +53,4 @@ "main": "index.js",

"engines": {
"node": ">=6"
"node": ">=8.6.0"
}
}

Sorry, the diff of this file is not supported yet

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