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

node-opcua-schemas

Package Overview
Dependencies
Maintainers
1
Versions
215
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-schemas - npm Package Compare versions

Comparing version 2.64.0 to 2.64.1

0

dist/source/dynamic_extension_object.d.ts

@@ -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 @@ "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";

92

package.json
{
"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"
}
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