node-opcua-packet-analyzer
Advanced tools
Comparing version 2.4.2 to 2.5.0-alpha.0
export { analyzePacket, analyseExtensionObject, analyze_object_binary_encoding } from "./packet_analyzer/packet_analyzer"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /// <reference types="node" /> |
@@ -0,0 +0,0 @@ "use strict"; |
import { BaseUAObject } from "node-opcua-factory"; | ||
export declare function compare_obj_by_encoding(obj1: BaseUAObject, obj2: BaseUAObject): boolean; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /// <reference types="node" /> |
@@ -0,0 +0,0 @@ "use strict"; |
export * from "./compare_obj_by_encoding"; | ||
export * from "./encode_decode_round_trip_test"; |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "node-opcua-packet-analyzer", | ||
"version": "2.4.2", | ||
"description": "pure nodejs OPCUA SDK - module -packet-analyzer", | ||
"main": "./dist/source/index.js", | ||
"types": "./dist/source/index.d.ts", | ||
"scripts": { | ||
"build": "tsc", | ||
"test": "echo no test" | ||
}, | ||
"author": "Etienne Rossignon", | ||
"license": "MIT", | ||
"dependencies": { | ||
"chalk": "^3.0.0", | ||
"node-opcua-assert": "^2.3.0", | ||
"node-opcua-basic-types": "^2.4.2", | ||
"node-opcua-binary-stream": "^2.4.2", | ||
"node-opcua-debug": "^2.4.2", | ||
"node-opcua-factory": "^2.4.2", | ||
"node-opcua-utils": "^2.4.2", | ||
"underscore": "^1.9.2" | ||
}, | ||
"devDependencies": { | ||
"node-opcua-test-helpers": "^2.4.2", | ||
"should": "13.2.3" | ||
}, | ||
"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-packet-analyzer", | ||
"version": "2.5.0-alpha.0", | ||
"description": "pure nodejs OPCUA SDK - module -packet-analyzer", | ||
"main": "./dist/source/index.js", | ||
"types": "./dist/source/index.d.ts", | ||
"scripts": { | ||
"build": "tsc -b", | ||
"test": "echo no test" | ||
}, | ||
"author": "Etienne Rossignon", | ||
"license": "MIT", | ||
"dependencies": { | ||
"chalk": "^3.0.0", | ||
"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-debug": "^2.5.0-alpha.0", | ||
"node-opcua-factory": "^2.5.0-alpha.0", | ||
"node-opcua-test-helpers": "^2.5.0-alpha.0", | ||
"node-opcua-utils": "^2.5.0-alpha.0", | ||
"underscore": "^1.9.2" | ||
}, | ||
"devDependencies": { | ||
"should": "13.2.3" | ||
}, | ||
"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 @@ export { |
@@ -0,0 +0,0 @@ // tslint:disable:no-bitwise |
@@ -0,0 +0,0 @@ import { BinaryStream } from "node-opcua-binary-stream"; |
@@ -0,0 +0,0 @@ // @ts-check |
export * from "./compare_obj_by_encoding"; | ||
export * from "./encode_decode_round_trip_test"; |
{ | ||
"extends" : "../tsconfig.json", | ||
"extends": "../tsconfig.json", | ||
"compilerOptions": { | ||
"rootDir": "", | ||
"outDir": "dist" | ||
"outDir": "dist", | ||
"composite": true | ||
}, | ||
"files": [ | ||
"source/index.ts", | ||
"test_helpers/index.ts" | ||
"include": [ | ||
"source/**/*.ts", | ||
"test_helpers/**/*.ts" | ||
], | ||
"references": [ | ||
{ | ||
"path": "../node-opcua-assert" | ||
}, | ||
{ | ||
"path": "../node-opcua-basic-types" | ||
}, | ||
{ | ||
"path": "../node-opcua-binary-stream" | ||
}, | ||
{ | ||
"path": "../node-opcua-factory" | ||
}, | ||
{ | ||
"path": "../node-opcua-debug" | ||
}, | ||
{ | ||
"path": "../node-opcua-utils" | ||
}, | ||
{ | ||
"path": "../node-opcua-test-helpers" | ||
} | ||
], | ||
"exclude": [ | ||
"node_modules", | ||
"dist" | ||
] | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
221550
1
704
9
2