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

node-opcua-data-model

Package Overview
Dependencies
Maintainers
1
Versions
190
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-data-model - npm Package Compare versions

Comparing version 2.2.0 to 2.3.0

4

dist/localized_text.d.ts

@@ -10,4 +10,4 @@ import { LocaleId, UAString } from "node-opcua-basic-types";

export declare class LocalizedText extends BaseUAObject {
static readonly schema: StructuredTypeSchema;
readonly schema: StructuredTypeSchema;
static get schema(): StructuredTypeSchema;
get schema(): StructuredTypeSchema;
static possibleFields: string[];

@@ -14,0 +14,0 @@ static coerce(value: any): LocalizedText | null;

{
"name": "node-opcua-data-model",
"version": "2.2.0",
"version": "2.3.0",
"description": "pure nodejs OPCUA SDK - module -data-model",

@@ -13,16 +13,16 @@ "scripts": {

"dependencies": {
"node-opcua-assert": "^2.0.0",
"node-opcua-basic-types": "^2.2.0",
"node-opcua-binary-stream": "^2.2.0",
"node-opcua-enum": "^2.2.0",
"node-opcua-factory": "^2.2.0",
"node-opcua-nodeid": "^2.2.0",
"node-opcua-status-code": "^2.2.0",
"node-opcua-utils": "^2.2.0",
"node-opcua-assert": "^2.3.0",
"node-opcua-basic-types": "^2.3.0",
"node-opcua-binary-stream": "^2.3.0",
"node-opcua-enum": "^2.3.0",
"node-opcua-factory": "^2.3.0",
"node-opcua-nodeid": "^2.3.0",
"node-opcua-status-code": "^2.3.0",
"node-opcua-utils": "^2.3.0",
"underscore": "^1.9.1"
},
"devDependencies": {
"node-opcua-packet-analyzer": "^2.2.0",
"node-opcua-packet-analyzer": "^2.3.0",
"should": "13.2.3",
"source-map-support": "^0.5.13"
"source-map-support": "^0.5.16"
},

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

"homepage": "http://node-opcua.github.io/",
"gitHead": "e77e0371580d04e874b2023f8a5751c3608bc3f9"
"gitHead": "3fc22180b26cd0d0481e57e7bb6a2cab7623e6d1"
}

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