node-opcua-schemas
Advanced tools
Comparing version 2.64.0 to 2.64.1
@@ -0,0 +0,0 @@ import { BinaryStream, OutputBinaryStream } from "node-opcua-binary-stream"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export * from "./parse_binary_xsd"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
import { DataTypeFactory, StructuredTypeSchema } from "node-opcua-factory"; | ||
import { MapDataTypeAndEncodingIdProvider, TypeDictionary } from "./parse_binary_xsd"; | ||
export declare function getOrCreateStructuredTypeSchema(name: string, typeDictionary: TypeDictionary, dataTypeFactory: DataTypeFactory, idProvider: MapDataTypeAndEncodingIdProvider): StructuredTypeSchema; |
@@ -0,0 +0,0 @@ "use strict"; |
import { DataTypeFactory } from "node-opcua-factory"; | ||
export declare function toTypeScript(dataTypeFactory: DataTypeFactory): string; |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "node-opcua-schemas", | ||
"version": "2.64.0", | ||
"description": "pure nodejs OPCUA SDK - module -schemas", | ||
"main": "dist/source/index.js", | ||
"types": "dist/source/index.d.ts", | ||
"dependencies": { | ||
"node-opcua-assert": "2.64.0", | ||
"node-opcua-binary-stream": "2.64.0", | ||
"node-opcua-data-model": "2.64.0", | ||
"node-opcua-debug": "2.64.0", | ||
"node-opcua-enum": "2.64.0", | ||
"node-opcua-extension-object": "2.64.0", | ||
"node-opcua-factory": "2.64.0", | ||
"node-opcua-nodeid": "2.64.0", | ||
"node-opcua-utils": "2.64.0", | ||
"node-opcua-variant": "2.64.0", | ||
"node-opcua-xml2json": "2.64.0", | ||
"thenify": "^3.3.1" | ||
}, | ||
"devDependencies": { | ||
"node-opcua-packet-analyzer": "2.64.0" | ||
}, | ||
"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": "07dcdd8e8c7f2b55544c6e23023093e35674829c", | ||
"scripts": { | ||
"build": "tsc -b", | ||
"lint": "eslint source test", | ||
"format": "prettier --write source test", | ||
"clean": "node -e \"require('rimraf').sync('dist');\"", | ||
"test": "echo no test" | ||
} | ||
} | ||
"name": "node-opcua-schemas", | ||
"version": "2.64.1", | ||
"description": "pure nodejs OPCUA SDK - module -schemas", | ||
"main": "dist/source/index.js", | ||
"types": "dist/source/index.d.ts", | ||
"scripts": { | ||
"build": "tsc -b", | ||
"lint": "eslint source test", | ||
"format": "prettier --write source test", | ||
"clean": "node -e \"require('rimraf').sync('dist');\"", | ||
"test": "echo no test" | ||
}, | ||
"dependencies": { | ||
"node-opcua-assert": "2.64.1", | ||
"node-opcua-binary-stream": "2.64.1", | ||
"node-opcua-data-model": "2.64.1", | ||
"node-opcua-debug": "2.64.1", | ||
"node-opcua-enum": "2.64.1", | ||
"node-opcua-extension-object": "2.64.1", | ||
"node-opcua-factory": "2.64.1", | ||
"node-opcua-nodeid": "2.64.1", | ||
"node-opcua-utils": "2.64.1", | ||
"node-opcua-variant": "2.64.1", | ||
"node-opcua-xml2json": "2.64.1", | ||
"thenify": "^3.3.1" | ||
}, | ||
"devDependencies": { | ||
"node-opcua-packet-analyzer": "2.64.1" | ||
}, | ||
"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": "b65b8738603cd475d7d99a2b20b0ae9d32b4110c" | ||
} |
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
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
155511
+ Added@types/lodash@4.14.179(transitive)
+ Addednode-opcua-assert@2.64.1(transitive)
+ Addednode-opcua-basic-types@2.64.1(transitive)
+ Addednode-opcua-binary-stream@2.64.1(transitive)
+ Addednode-opcua-buffer-utils@2.64.1(transitive)
+ Addednode-opcua-constants@2.64.1(transitive)
+ Addednode-opcua-data-model@2.64.1(transitive)
+ Addednode-opcua-date-time@2.64.1(transitive)
+ Addednode-opcua-debug@2.64.1(transitive)
+ Addednode-opcua-enum@2.64.1(transitive)
+ Addednode-opcua-extension-object@2.64.1(transitive)
+ Addednode-opcua-factory@2.64.1(transitive)
+ Addednode-opcua-guid@2.64.1(transitive)
+ Addednode-opcua-nodeid@2.64.1(transitive)
+ Addednode-opcua-status-code@2.64.1(transitive)
+ Addednode-opcua-utils@2.64.1(transitive)
+ Addednode-opcua-variant@2.64.1(transitive)
+ Addednode-opcua-xml2json@2.64.1(transitive)
- Removed@types/lodash@4.14.178(transitive)
- Removednode-opcua-assert@2.64.0(transitive)
- Removednode-opcua-basic-types@2.64.0(transitive)
- Removednode-opcua-binary-stream@2.64.0(transitive)
- Removednode-opcua-buffer-utils@2.64.0(transitive)
- Removednode-opcua-constants@2.64.0(transitive)
- Removednode-opcua-data-model@2.64.0(transitive)
- Removednode-opcua-date-time@2.64.0(transitive)
- Removednode-opcua-debug@2.64.0(transitive)
- Removednode-opcua-enum@2.64.0(transitive)
- Removednode-opcua-extension-object@2.64.0(transitive)
- Removednode-opcua-factory@2.64.0(transitive)
- Removednode-opcua-guid@2.64.0(transitive)
- Removednode-opcua-nodeid@2.64.0(transitive)
- Removednode-opcua-status-code@2.64.0(transitive)
- Removednode-opcua-utils@2.64.0(transitive)
- Removednode-opcua-variant@2.64.0(transitive)
- Removednode-opcua-xml2json@2.64.0(transitive)
Updatednode-opcua-assert@2.64.1
Updatednode-opcua-data-model@2.64.1
Updatednode-opcua-debug@2.64.1
Updatednode-opcua-enum@2.64.1
Updatednode-opcua-factory@2.64.1
Updatednode-opcua-nodeid@2.64.1
Updatednode-opcua-utils@2.64.1
Updatednode-opcua-variant@2.64.1
Updatednode-opcua-xml2json@2.64.1