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.0.0-alpha.10 to 2.0.0-alpha.12

2

dist/objectRegistry.d.ts

@@ -6,3 +6,3 @@ export declare class ObjectRegistry {

private readonly _cache;
constructor(objectType: any);
constructor(objectType?: any);
getClassName(): string;

@@ -9,0 +9,0 @@ register(obj: any): void;

{
"name": "node-opcua-object-registry",
"version": "2.0.0-alpha.10",
"version": "2.0.0-alpha.12",
"description": "pure nodejs OPCUA SDK - module -object-registry",

@@ -34,3 +34,3 @@ "main": "./dist/index.js",

"homepage": "http://node-opcua.github.io/",
"gitHead": "a4fd47cebc405a37470fa015e98148ec212a8c29"
"gitHead": "61699a99c75c631388f2e8d8e33eb209649c5eac"
}

@@ -19,3 +19,3 @@ /**

constructor(objectType: any) {
constructor(objectType?: any) {

@@ -22,0 +22,0 @@ this._objectType = objectType;

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