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

node-opcua-basic-types

Package Overview
Dependencies
Maintainers
1
Versions
170
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-basic-types - npm Package Compare versions

Comparing version 2.0.0-alpha.12 to 2.0.0-alpha.13

16

package.json
{
"name": "node-opcua-basic-types",
"version": "2.0.0-alpha.12",
"version": "2.0.0-alpha.13",
"description": "pure nodejs OPCUA SDK - module -basic-types",

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

"clean": "node -e \"require('rimraf').sync('dist');\"",
"lint": "tslint source/**/*.ts"
"lint": "tslint source/*.ts"
},
"dependencies": {
"node-opcua-assert": "^2.0.0-alpha.10",
"node-opcua-binary-stream": "^2.0.0-alpha.12",
"node-opcua-binary-stream": "^2.0.0-alpha.13",
"node-opcua-buffer-utils": "^2.0.0-alpha.10",
"node-opcua-date-time": "^2.0.0-alpha.12",
"node-opcua-date-time": "^2.0.0-alpha.13",
"node-opcua-enum": "^2.0.0-alpha.10",
"node-opcua-guid": "^2.0.0-alpha.10",
"node-opcua-nodeid": "^2.0.0-alpha.11",
"node-opcua-status-code": "^2.0.0-alpha.12",
"node-opcua-utils": "^2.0.0-alpha.12",
"node-opcua-nodeid": "^2.0.0-alpha.13",
"node-opcua-status-code": "^2.0.0-alpha.13",
"node-opcua-utils": "^2.0.0-alpha.13",
"underscore": "^1.9.1"

@@ -47,3 +47,3 @@ },

"homepage": "http://node-opcua.github.io/",
"gitHead": "61699a99c75c631388f2e8d8e33eb209649c5eac"
"gitHead": "6a0c56afb819a44d5abd453d39ce684df6fb3505"
}

@@ -6,2 +6,3 @@ /***

import { BinaryStream, OutputBinaryStream } from "node-opcua-binary-stream";
import { Guid } from "node-opcua-guid";
import { ExpandedNodeId, makeNodeId, NodeId, NodeIdType } from "node-opcua-nodeid";

@@ -14,3 +15,2 @@

import { getRandomInt } from "./utils";
import { Guid } from "node-opcua-guid";

@@ -17,0 +17,0 @@ // tslint:disable:no-bitwise

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