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

node-opcua-numeric-range

Package Overview
Dependencies
Maintainers
1
Versions
187
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-numeric-range - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

12

package.json
{
"name": "node-opcua-numeric-range",
"version": "0.2.0",
"version": "0.2.1",
"description": "pure nodejs OPCUA SDK - module -numeric-range",

@@ -13,12 +13,12 @@ "main": "src/numeric_range.js",

"node-opcua-assert": "^0.2.0",
"node-opcua-basic-types": "^0.2.0",
"node-opcua-basic-types": "^0.2.1",
"node-opcua-enum": "^0.2.0",
"node-opcua-factory": "^0.2.0",
"node-opcua-status-code": "^0.2.0",
"node-opcua-factory": "^0.2.1",
"node-opcua-status-code": "^0.2.1",
"underscore": "^1.8.3"
},
"devDependencies": {
"node-opcua-generator": "^0.2.0",
"node-opcua-generator": "^0.2.1",
"node-opcua-nodeid": "^0.2.0",
"node-opcua-packet-analyzer": "^0.2.0",
"node-opcua-packet-analyzer": "^0.2.1",
"node-opcua-test-helpers": "^0.2.0",

@@ -25,0 +25,0 @@ "should": "13.2.1"

@@ -468,6 +468,6 @@ /* global NumericRange*/

/**
*
* @method extract_values
* @param array {Array<Any>} flat array containing values
* @param [dimensions = null ]{Array<Number>} dimension of the matrix if data is a matrix
* @returns {*}
* @return {*}
*/

@@ -474,0 +474,0 @@ NumericRange.prototype.extract_values = function (array, dimensions) {

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