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

node-opcua-service-read

Package Overview
Dependencies
Maintainers
1
Versions
218
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-service-read - npm Package Compare versions

Comparing version 2.4.2 to 2.5.0-alpha.0

0

dist/index.d.ts

@@ -0,0 +0,0 @@ export { RequestHeader, ResponseHeader } from "node-opcua-service-secure-channel";

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

88

package.json
{
"name": "node-opcua-service-read",
"version": "2.4.2",
"description": "pure nodejs OPCUA SDK - module -service-read",
"scripts": {
"build": "tsc",
"test": "mocha test",
"clean": "node -e \"require('rimraf').sync('_generated_');\" && node -e \"require('rimraf').sync('dist');\""
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"dependencies": {
"node-opcua-assert": "^2.3.0",
"node-opcua-basic-types": "^2.4.2",
"node-opcua-binary-stream": "^2.4.2",
"node-opcua-data-model": "^2.4.2",
"node-opcua-data-value": "^2.4.2",
"node-opcua-factory": "^2.4.2",
"node-opcua-nodeid": "^2.4.2",
"node-opcua-numeric-range": "^2.4.2",
"node-opcua-service-secure-channel": "^2.4.2",
"node-opcua-types": "^2.4.2",
"underscore": "^1.9.2"
},
"devDependencies": {
"node-opcua-generator": "^2.4.2",
"node-opcua-packet-analyzer": "^2.4.2",
"should": "13.2.3"
},
"author": "Etienne Rossignon",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/node-opcua/node-opcua.git"
},
"keywords": [
"OPCUA",
"opcua",
"m2m",
"iot",
"opc ua",
"internet of things"
],
"homepage": "http://node-opcua.github.io/",
"gitHead": "6e4967fd20a09317ddd00098bcfe93e92c1df510"
"name": "node-opcua-service-read",
"version": "2.5.0-alpha.0",
"description": "pure nodejs OPCUA SDK - module -service-read",
"scripts": {
"build": "tsc -b",
"test": "mocha test",
"clean": "node -e \"require('rimraf').sync('_generated_');\" && node -e \"require('rimraf').sync('dist');\""
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"dependencies": {
"node-opcua-assert": "^2.5.0-alpha.0",
"node-opcua-basic-types": "^2.5.0-alpha.0",
"node-opcua-binary-stream": "^2.5.0-alpha.0",
"node-opcua-data-model": "^2.5.0-alpha.0",
"node-opcua-data-value": "^2.5.0-alpha.0",
"node-opcua-factory": "^2.5.0-alpha.0",
"node-opcua-nodeid": "^2.5.0-alpha.0",
"node-opcua-numeric-range": "^2.5.0-alpha.0",
"node-opcua-service-secure-channel": "^2.5.0-alpha.0",
"node-opcua-types": "^2.5.0-alpha.0",
"underscore": "^1.9.2"
},
"devDependencies": {
"node-opcua-generator": "^2.5.0-alpha.0",
"node-opcua-packet-analyzer": "^2.5.0-alpha.0",
"should": "13.2.3"
},
"author": "Etienne Rossignon",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/node-opcua/node-opcua.git"
},
"keywords": [
"OPCUA",
"opcua",
"m2m",
"iot",
"opc ua",
"internet of things"
],
"homepage": "http://node-opcua.github.io/",
"gitHead": "341ac6292b30304bb028ab10971dc8552ff1a35a"
}

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

{
"extends" : "../tsconfig.json",
"extends": "../tsconfig.json",
"include": [
"./source/index.ts"
"source/**/*.ts"
],
"compilerOptions": {
"rootDir": "source",
"outDir": "dist"
"outDir": "dist",
"composite": true
},

@@ -14,3 +15,41 @@ "exclude": [

"dist"
],
"references": [
{
"path": "../node-opcua-assert"
},
{
"path": "../node-opcua-basic-types"
},
{
"path": "../node-opcua-binary-stream"
},
{
"path": "../node-opcua-data-model"
},
{
"path": "../node-opcua-data-value"
},
{
"path": "../node-opcua-factory"
},
{
"path": "../node-opcua-nodeid"
},
{
"path": "../node-opcua-numeric-range"
},
{
"path": "../node-opcua-service-secure-channel"
},
{
"path": "../node-opcua-types"
},
{
"path": "../node-opcua-generator"
},
{
"path": "../node-opcua-packet-analyzer"
}
]
}

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