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

node-opcua-common

Package Overview
Dependencies
Maintainers
1
Versions
220
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-common - npm Package Compare versions

Comparing version 2.0.0-alpha.8 to 2.0.0-alpha.9

3

dist/index.d.ts

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

/**
* @module node-opcua-common
*/
export { ServerState, ServerStatusDataType, // ServerStatus

@@ -2,0 +5,0 @@ RedundantServerDataType, // RedundantServer

@@ -6,2 +6,5 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
/**
* @module node-opcua-common
*/
var node_opcua_types_1 = require("node-opcua-types");

@@ -8,0 +11,0 @@ exports.ServerState = node_opcua_types_1.ServerState;

24

package.json
{
"name": "node-opcua-common",
"version": "2.0.0-alpha.8",
"version": "2.0.0-alpha.9",
"description": "pure nodejs OPCUA SDK - module -common",

@@ -14,11 +14,11 @@ "scripts": {

"dependencies": {
"node-opcua-assert": "^2.0.0-alpha.8",
"node-opcua-basic-types": "^2.0.0-alpha.8",
"node-opcua-assert": "^2.0.0-alpha.9",
"node-opcua-basic-types": "^2.0.0-alpha.9",
"node-opcua-crypto": "^1.0.1",
"node-opcua-data-model": "^2.0.0-alpha.8",
"node-opcua-factory": "^2.0.0-alpha.8",
"node-opcua-nodeid": "^2.0.0-alpha.8",
"node-opcua-service-endpoints": "^2.0.0-alpha.8",
"node-opcua-service-secure-channel": "^2.0.0-alpha.8",
"node-opcua-types": "^2.0.0-alpha.8",
"node-opcua-data-model": "^2.0.0-alpha.9",
"node-opcua-factory": "^2.0.0-alpha.9",
"node-opcua-nodeid": "^2.0.0-alpha.9",
"node-opcua-service-endpoints": "^2.0.0-alpha.9",
"node-opcua-service-secure-channel": "^2.0.0-alpha.9",
"node-opcua-types": "^2.0.0-alpha.9",
"underscore": "^1.9.1"

@@ -28,4 +28,4 @@ },

"@types/mocha": "^5.2.5",
"@types/node": "^10.12.15",
"node-opcua-generator": "^2.0.0-alpha.8",
"@types/node": "^10.12.18",
"node-opcua-generator": "^2.0.0-alpha.9",
"should": "13.2.3"

@@ -48,3 +48,3 @@ },

"homepage": "http://node-opcua.github.io/",
"gitHead": "7bbf38d5a3cd29cb6aed6ca38078f4d89d3f956a"
"gitHead": "cd7120d1840593757f0f3c9e53be4e85883dc0e6"
}

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

/**
* @module node-opcua-common
*/
export {

@@ -2,0 +5,0 @@ ServerState,

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