New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

node-opcua-factory

Package Overview
Dependencies
Maintainers
1
Versions
184
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-factory - npm Package Compare versions

Comparing version 2.131.0 to 2.132.0

2

dist/builtin_types.js

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

coerce: node_opcua_basic_types_1.coerceDateTime,
defaultValue: () => node_opcua_basic_types_1.minDate
defaultValue: () => (0, node_opcua_basic_types_1.getMinOPCUADate)()
},

@@ -169,0 +169,0 @@ {

{
"name": "node-opcua-factory",
"version": "2.131.0",
"version": "2.132.0",
"description": "pure nodejs OPCUA SDK - module factory",

@@ -17,3 +17,3 @@ "main": "./dist/index.js",

"node-opcua-assert": "2.120.0",
"node-opcua-basic-types": "2.131.0",
"node-opcua-basic-types": "2.132.0",
"node-opcua-binary-stream": "2.128.0",

@@ -43,3 +43,3 @@ "node-opcua-constants": "2.125.0",

"homepage": "http://node-opcua.github.io/",
"gitHead": "80f430dd3044826c904f803af40297839dd809be",
"gitHead": "5fab0f1eac0e59abf94bab9034035aec44890456",
"files": [

@@ -46,0 +46,0 @@ "dist",

@@ -55,3 +55,3 @@ /**

encodeUInt64,
minDate
getMinOPCUADate
} from "node-opcua-basic-types";

@@ -259,3 +259,3 @@ import { BinaryStream, OutputBinaryStream } from "node-opcua-binary-stream";

coerce: coerceDateTime,
defaultValue: ()=> minDate
defaultValue: () => getMinOPCUADate()
},

@@ -262,0 +262,0 @@ {

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