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.3.0 to 2.5.0-alpha.0

0

dist/hostname.d.ts

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

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

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

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

8

package.json

@@ -5,6 +5,6 @@ {

"types": "./dist/index.d.ts",
"version": "2.3.0",
"version": "2.5.0-alpha.0",
"description": "pure nodejs OPCUA SDK - module -hostname",
"scripts": {
"build": "tsc",
"build": "tsc -b",
"lint": "tslint source/**/*.ts",

@@ -14,3 +14,3 @@ "test": "mocha test"

"dependencies": {
"node-opcua-assert": "^2.3.0"
"node-opcua-assert": "^2.5.0-alpha.0"
},

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

"homepage": "http://node-opcua.github.io/",
"gitHead": "3fc22180b26cd0d0481e57e7bb6a2cab7623e6d1"
"gitHead": "341ac6292b30304bb028ab10971dc8552ff1a35a"
}

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

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

{
"extends" : "../tsconfig.json",
"extends": "../tsconfig.json",
"compilerOptions": {
"rootDir": "source",
"outDir": "dist"
"outDir": "dist",
"composite": true
},
"files": [
"source/index.ts"
"include": [
"source/**/*.ts"
],
"references": [
{
"path": "../node-opcua-assert"
}
],
"exclude": [
"node_modules",
"dist"
]
}

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