Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-sec-patterns

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-sec-patterns - npm Package Compare versions

Comparing version 2.0.8 to 2.0.9

4

index.js

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

const { isPublicKey, publicKeySymbol } = require('module-keys')
const { isPublicKey, publicKeySymbol, keysSymbol } = require('module-keys')

@@ -274,3 +274,3 @@ /**

const { mint } = privatesFor(concreteType)
return require.keys.box(mint, allowedAccess)
return require[keysSymbol].box(mint, allowedAccess)
}

@@ -277,0 +277,0 @@ },

{
"name": "node-sec-patterns",
"description": "Allow projects control over which dependencies can create objects that encapsulate security guarantees.",
"version": "2.0.8",
"version": "2.0.9",
"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