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.0.0-alpha.19 to 2.0.0-alpha.21

2

dist/source/tools.js

@@ -42,3 +42,3 @@ "use strict";

else {
node_opcua_assert_1.default(typeDictionary.enumeratedTypes[fieldTypeName]);
node_opcua_assert_1.assert(typeDictionary.enumeratedTypes[fieldTypeName]);
field.category = node_opcua_factory_1.FieldCategory.enumeration;

@@ -45,0 +45,0 @@ field.schema = typeDictionary.enumeratedTypes[fieldTypeName];

{
"name": "node-opcua-schemas",
"version": "2.0.0-alpha.19",
"version": "2.0.0-alpha.21",
"description": "pure nodejs OPCUA SDK - module -schemas",

@@ -13,12 +13,12 @@ "main": "dist/source/index.js",

"node-opcua-assert": "^2.0.0-alpha.10",
"node-opcua-binary-stream": "^2.0.0-alpha.18",
"node-opcua-data-model": "^2.0.0-alpha.19",
"node-opcua-debug": "^2.0.0-alpha.18",
"node-opcua-extension-object": "^2.0.0-alpha.19",
"node-opcua-factory": "^2.0.0-alpha.19",
"node-opcua-nodeid": "^2.0.0-alpha.19",
"node-opcua-xml2json": "^2.0.0-alpha.19"
"node-opcua-binary-stream": "^2.0.0-alpha.21",
"node-opcua-data-model": "^2.0.0-alpha.21",
"node-opcua-debug": "^2.0.0-alpha.21",
"node-opcua-extension-object": "^2.0.0-alpha.21",
"node-opcua-factory": "^2.0.0-alpha.21",
"node-opcua-nodeid": "^2.0.0-alpha.21",
"node-opcua-xml2json": "^2.0.0-alpha.21"
},
"devDependencies": {
"node-opcua-packet-analyzer": "^2.0.0-alpha.19"
"node-opcua-packet-analyzer": "^2.0.0-alpha.21"
},

@@ -40,3 +40,3 @@ "author": "Etienne Rossignon",

"homepage": "http://node-opcua.github.io/",
"gitHead": "0343e8c37806056ab5bcfb1c5c083e910c7252cb"
"gitHead": "5cbfb647cd06619685d1968520d0bad368858036"
}

@@ -1,2 +0,2 @@

import assert from "node-opcua-assert";
import { assert } from "node-opcua-assert";
import { FieldCategory, hasBuiltInType, StructuredTypeSchema } from "node-opcua-factory";

@@ -3,0 +3,0 @@ import { TypeDictionary } from "./parse_binary_xsd";

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