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

module-keys

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

module-keys - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

3

cjs/index.js

@@ -45,2 +45,5 @@ /**

function polyfill(module, require, moduleIdentifier) {
if (apply(hasOwnProperty, require, [ 'keys' ])) {
return;
}
const keysObj = makeModuleKeys(moduleIdentifier);

@@ -47,0 +50,0 @@ require.keys = keysObj;

2

package.json
{
"name": "module-keys",
"description": "Module identity as a basis for privilege separation for ESM & CommonJS modules",
"version": "1.0.6",
"version": "1.0.7",
"keywords": [

@@ -6,0 +6,0 @@ "design-patterns",

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