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

node-opcua-hostname

Package Overview
Dependencies
Maintainers
1
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-hostname - npm Package Compare versions

Comparing version 2.0.0-alpha.8 to 2.0.0-alpha.9

3

dist/hostname.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
/**
* @module node-opcua-hostname
*/
const os = require("os");

@@ -4,0 +7,0 @@ function trim(str, length) {

@@ -0,1 +1,4 @@

/**
* @module node-opcua-hostname
*/
export * from "./hostname";

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

Object.defineProperty(exports, "__esModule", { value: true });
/**
* @module node-opcua-hostname
*/
__export(require("./hostname"));
//# sourceMappingURL=index.js.map

6

package.json

@@ -5,3 +5,3 @@ {

"types": "./dist/index.d.ts",
"version": "2.0.0-alpha.8",
"version": "2.0.0-alpha.9",
"description": "pure nodejs OPCUA SDK - module -hostname",

@@ -14,3 +14,3 @@ "scripts": {

"fqdn": "0.0.3",
"node-opcua-assert": "^2.0.0-alpha.8"
"node-opcua-assert": "^2.0.0-alpha.9"
},

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

"homepage": "http://node-opcua.github.io/",
"gitHead": "7bbf38d5a3cd29cb6aed6ca38078f4d89d3f956a"
"gitHead": "cd7120d1840593757f0f3c9e53be4e85883dc0e6"
}

@@ -0,1 +1,4 @@

/**
* @module node-opcua-hostname
*/
import * as os from "os";

@@ -2,0 +5,0 @@

@@ -0,1 +1,4 @@

/**
* @module node-opcua-hostname
*/
export * from "./hostname";

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