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

node-opcua-pseudo-session

Package Overview
Dependencies
Maintainers
1
Versions
205
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-pseudo-session - npm Package Compare versions

Comparing version 2.4.2 to 2.5.0-alpha.0

0

dist/basic_session_interface.d.ts

@@ -0,0 +0,0 @@ /// <reference types="node" />

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

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

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

82

package.json
{
"name": "node-opcua-pseudo-session",
"version": "2.4.2",
"description": "pure nodejs OPCUA SDK - module -client-proxy",
"scripts": {
"clean": "node -e \"require('rimraf').sync('dist');\"",
"build": "tsc",
"lint": "tslint source/**/*.ts",
"test": "mocha test"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"dependencies": {
"async": "^3.1.0",
"node-opcua-data-model": "^2.4.2",
"node-opcua-data-value": "^2.4.2",
"node-opcua-nodeid": "^2.4.2",
"node-opcua-service-browse": "^2.4.2",
"node-opcua-service-call": "^2.4.2",
"node-opcua-service-read": "^2.4.2",
"node-opcua-service-translate-browse-path": "^2.4.2",
"node-opcua-status-code": "^2.4.2",
"node-opcua-utils": "^2.4.2",
"node-opcua-variant": "^2.4.2",
"underscore": "^1.9.2"
},
"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-pseudo-session",
"version": "2.5.0-alpha.0",
"description": "pure nodejs OPCUA SDK - module -client-proxy",
"scripts": {
"clean": "node -e \"require('rimraf').sync('dist');\"",
"build": "tsc -b",
"lint": "tslint source/**/*.ts",
"test": "mocha test"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"dependencies": {
"async": "^3.1.0",
"node-opcua-data-model": "^2.5.0-alpha.0",
"node-opcua-data-value": "^2.5.0-alpha.0",
"node-opcua-nodeid": "^2.5.0-alpha.0",
"node-opcua-service-browse": "^2.5.0-alpha.0",
"node-opcua-service-call": "^2.5.0-alpha.0",
"node-opcua-service-read": "^2.5.0-alpha.0",
"node-opcua-service-translate-browse-path": "^2.5.0-alpha.0",
"node-opcua-status-code": "^2.5.0-alpha.0",
"node-opcua-utils": "^2.5.0-alpha.0",
"node-opcua-variant": "^2.5.0-alpha.0",
"underscore": "^1.9.2"
},
"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",
"compilerOptions": {
"rootDir": "source",
"outDir": "dist"
"outDir": "dist",
"composite": true
},
"files": [
"source/index.ts"
"include": [
"source/**/*.ts"
],
"references": [
{
"path": "../node-opcua-data-model"
},
{
"path": "../node-opcua-data-value"
},
{
"path": "../node-opcua-nodeid"
},
{
"path": "../node-opcua-service-browse"
},
{
"path": "../node-opcua-service-call"
},
{
"path": "../node-opcua-service-read"
},
{
"path": "../node-opcua-service-translate-browse-path"
},
{
"path": "../node-opcua-status-code"
},
{
"path": "../node-opcua-utils"
},
{
"path": "../node-opcua-variant"
}
],
"exclude": [
"node_modules",
"dist"
]
}

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