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

node-opcua-binary-stream

Package Overview
Dependencies
Maintainers
1
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-binary-stream - npm Package Compare versions

Comparing version 2.4.2 to 2.5.0-alpha.0

0

dist/binaryStream.d.ts

@@ -0,0 +0,0 @@ /// <reference types="node" />

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

@@ -0,0 +0,0 @@ /// <reference types="node" />

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

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

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

12

package.json
{
"name": "node-opcua-binary-stream",
"version": "2.4.2",
"version": "2.5.0-alpha.0",
"description": "pure nodejs OPCUA SDK - module -binary-stream",

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

"scripts": {
"build": "tsc",
"build": "tsc -b",
"test": "mocha test",

@@ -16,4 +16,4 @@ "clean": "node -e \"require('rimraf').sync('dist');\"",

"colors": "^1.4.0",
"node-opcua-assert": "^2.3.0",
"node-opcua-buffer-utils": "^2.4.2",
"node-opcua-assert": "^2.5.0-alpha.0",
"node-opcua-buffer-utils": "^2.5.0-alpha.0",
"underscore": "^1.9.2"

@@ -23,3 +23,3 @@ },

"@types/underscore": "^1.9.4",
"node-opcua-benchmarker": "^2.4.2",
"node-opcua-benchmarker": "^2.5.0-alpha.0",
"should": "13.2.3"

@@ -42,3 +42,3 @@ },

"homepage": "http://node-opcua.github.io/",
"gitHead": "6e4967fd20a09317ddd00098bcfe93e92c1df510"
"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"
},
{
"path": "../node-opcua-buffer-utils"
},
{
"path": "../node-opcua-benchmarker"
}
],
"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