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

node-opcua-object-registry

Package Overview
Dependencies
Maintainers
1
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-object-registry - npm Package Compare versions

Comparing version 2.55.0 to 2.56.0

2

dist/objectRegistry.js

@@ -51,3 +51,3 @@ "use strict";

for (const [key, cachedObject] of Object.entries(this._cache)) {
(0, node_opcua_assert_1.assert)(cachedObject.hasOwnProperty("_____trace"));
(0, node_opcua_assert_1.assert)(Object.prototype.hasOwnProperty.call(cachedObject, "_____trace"));
str += " " + key + cachedObject._____trace + "\n";

@@ -54,0 +54,0 @@ }

{
"name": "node-opcua-object-registry",
"version": "2.55.0",
"version": "2.56.0",
"description": "pure nodejs OPCUA SDK - module -object-registry",

@@ -8,2 +8,4 @@ "main": "./dist/index.js",

"build": "tsc -b",
"lint": "eslint source test",
"format": "prettier --write source test",
"clean": "node -e \"require('rimraf').sync('dist');\"",

@@ -34,3 +36,3 @@ "test": "mocha"

"homepage": "http://node-opcua.github.io/",
"gitHead": "28fdbfe1c5306fd0e69758ccacfa2c6d1722115c"
"gitHead": "9f6eac1c658c0d182fbe03cf58f799af468615eb"
}

@@ -64,3 +64,3 @@ /**

for (const [key, cachedObject] of Object.entries(this._cache) as any[]) {
assert(cachedObject.hasOwnProperty("_____trace"));
assert(Object.prototype.hasOwnProperty.call(cachedObject, "_____trace"));
str += " " + key + cachedObject._____trace + "\n";

@@ -67,0 +67,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