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

@edirect/audit-domain

Package Overview
Dependencies
Maintainers
26
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@edirect/audit-domain - npm Package Compare versions

Comparing version 1.5.12 to 1.5.13

2

CHANGELOG.md

@@ -5,2 +5,4 @@ # Changelog

## [1.5.13](https://bitbucket.org/gofrank/audit-service-nodejs/compare/v1.5.12...v1.5.13) (2023-09-19)
## [1.5.12](https://bitbucket.org/gofrank/audit-service-nodejs/compare/v1.5.11...v1.5.12) (2023-09-15)

@@ -7,0 +9,0 @@

2

package.json
{
"name": "@edirect/audit-domain",
"version": "1.5.12",
"version": "1.5.13",
"private": false,

@@ -5,0 +5,0 @@ "dependencies": {

@@ -15,5 +15,5 @@ "use strict";

static get(key) {
const nameSpace = (0, cls_hooked_1.getNamespace)(NAMESPACE);
if (nameSpace && nameSpace.active) {
return nameSpace.get(key);
const namespace = (0, cls_hooked_1.getNamespace)(NAMESPACE);
if (namespace && namespace.active) {
return namespace.get(key);
}

@@ -26,5 +26,5 @@ }

static set(key, value) {
const nameSpace = (0, cls_hooked_1.getNamespace)(NAMESPACE);
if (nameSpace && nameSpace.active) {
return nameSpace.set(key, value);
const namespace = (0, cls_hooked_1.getNamespace)(NAMESPACE);
if (namespace && namespace.active) {
return namespace.set(key, value);
}

@@ -31,0 +31,0 @@ }

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