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 0.5.0 to 2.0.0-alpha.2

dist/index.d.ts

11

package.json
{
"name": "node-opcua-object-registry",
"version": "0.5.0",
"version": "2.0.0-alpha.2",
"description": "pure nodejs OPCUA SDK - module -object-registry",
"main": "index.js",
"main": "./dist/index.js",
"scripts": {
"build": "tsc",
"test": "mocha test"

@@ -12,4 +13,4 @@ },

"dependencies": {
"node-opcua-assert": "^0.5.0",
"node-opcua-debug": "^0.5.0",
"node-opcua-assert": "^2.0.0-alpha.2",
"node-opcua-debug": "^2.0.0-alpha.2",
"underscore": "^1.9.1"

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

"homepage": "http://node-opcua.github.io/",
"gitHead": "7c2f2dcb6ebdc49e57da1a028406a307df502d4e"
"gitHead": "7f57dd90e9d8bd1abcb8d330b3470999ac51e33f"
}

@@ -1,8 +0,4 @@

const ObjectRegistry = require("..").ObjectRegistry;
const should = require("should");
require("colors");
describe("testing ObjectRegistry",function() {

@@ -19,3 +15,2 @@

ObjectRegistry.doDebug = oldValue;
});

@@ -25,3 +20,2 @@

const myObj = {

@@ -28,0 +22,0 @@ name: "HelloWorld"

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