node-opcua-hostname
Advanced tools
Comparing version 2.0.0-alpha.8 to 2.0.0-alpha.9
"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 |
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9785
148
25380