Socket
Socket
Sign inDemoInstall

node-opcua-utils

Package Overview
Dependencies
Maintainers
1
Versions
129
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-utils - npm Package Compare versions

Comparing version 2.63.1 to 2.63.2

4

dist/hrtime.js

@@ -17,6 +17,2 @@ "use strict";

function hrtime_for_browser(previousTimestamp) {
if (typeof process === "object") {
console.log("SHould not use hrtime_for_browser in a node js app");
process.exit(1);
}
previousTimestamp = previousTimestamp || [0, 0];

@@ -23,0 +19,0 @@ const clocktime = performanceNow.call(performance) * 1e-3;

4

package.json
{
"name": "node-opcua-utils",
"version": "2.63.1",
"version": "2.63.2",
"description": "pure nodejs OPCUA SDK - module -utils",

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

"homepage": "http://node-opcua.github.io/",
"gitHead": "d37385314fce703c1cc197104c592df03b2663fb"
"gitHead": "cdf7a20a7f3866900bc8379d002b467eb0c3f6bb"
}

@@ -17,6 +17,2 @@ // polyfil for window.performance.now

if (typeof process === "object" ) {
console.log("SHould not use hrtime_for_browser in a node js app");
process.exit(1)
}
previousTimestamp = previousTimestamp || [0, 0];

@@ -23,0 +19,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