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 2.1.6 to 2.2.0

tsconfig.tsbuildinfo

0

dist/index.d.ts

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { UAString } from "node-opcua-basic-types";

2

dist/numeric_range.js

@@ -423,2 +423,3 @@ "use strict";

}
exports.NumericRange = NumericRange;
NumericRange.coerce = coerceNumericRange;

@@ -428,3 +429,2 @@ // tslint:disable:variable-name

NumericRange.empty = new NumericRange();
exports.NumericRange = NumericRange;
function slice(arr, start, end) {

@@ -431,0 +431,0 @@ if (start === 0 && end === arr.length) {

{
"name": "node-opcua-numeric-range",
"version": "2.1.6",
"version": "2.2.0",
"description": "pure nodejs OPCUA SDK - module -numeric-range",

@@ -15,11 +15,11 @@ "main": "./dist/index.js",

"node-opcua-assert": "^2.0.0",
"node-opcua-basic-types": "^2.1.6",
"node-opcua-binary-stream": "^2.1.0",
"node-opcua-factory": "^2.1.6",
"node-opcua-status-code": "^2.1.6",
"node-opcua-basic-types": "^2.2.0",
"node-opcua-binary-stream": "^2.2.0",
"node-opcua-factory": "^2.2.0",
"node-opcua-status-code": "^2.2.0",
"underscore": "^1.9.1"
},
"devDependencies": {
"node-opcua-nodeid": "^2.1.6",
"node-opcua-packet-analyzer": "^2.1.6",
"node-opcua-nodeid": "^2.2.0",
"node-opcua-packet-analyzer": "^2.2.0",
"node-opcua-test-helpers": "^2.0.0",

@@ -41,3 +41,3 @@ "should": "13.2.3"

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

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

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

Sorry, the diff of this file is not supported yet

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