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.1.0 to 2.2.0

tsconfig.tsbuildinfo

0

dist/index.d.ts

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare class ObjectRegistry {

3

dist/objectRegistry.js

@@ -36,2 +36,3 @@ "use strict";

this._cache[obj._____hash] = null;
obj._____trace = null;
delete this._cache[obj._____hash];

@@ -58,5 +59,5 @@ }

}
exports.ObjectRegistry = ObjectRegistry;
ObjectRegistry.doDebug = false;
ObjectRegistry.registries = gRegistries;
exports.ObjectRegistry = ObjectRegistry;
//# sourceMappingURL=objectRegistry.js.map
{
"name": "node-opcua-object-registry",
"version": "2.1.0",
"version": "2.2.0",
"description": "pure nodejs OPCUA SDK - module -object-registry",

@@ -14,7 +14,7 @@ "main": "./dist/index.js",

"node-opcua-assert": "^2.0.0",
"node-opcua-debug": "^2.1.0",
"node-opcua-debug": "^2.2.0",
"underscore": "^1.9.1"
},
"devDependencies": {
"colors": "^1.3.3",
"colors": "^1.4.0",
"should": "13.2.3"

@@ -35,3 +35,3 @@ },

"homepage": "http://node-opcua.github.io/",
"gitHead": "ddce2b6e3e13371510e63d839c1a4c4ff0be2c15"
"gitHead": "e77e0371580d04e874b2023f8a5751c3608bc3f9"
}

@@ -0,0 +0,0 @@ /**

@@ -50,2 +50,3 @@ /**

this._cache[obj._____hash] = null;
obj._____trace = null;
delete this._cache[obj._____hash];

@@ -52,0 +53,0 @@ }

@@ -0,0 +0,0 @@ {

Sorry, the diff of this file is not supported yet

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