Socket
Socket
Sign inDemoInstall

node-opcua-debug

Package Overview
Dependencies
6
Maintainers
1
Versions
117
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0-alpha.3f56f9b5 to 0.1.0-alpha.4e442cf7

10

package.json
{
"name": "node-opcua-debug",
"version": "0.1.0-alpha.3f56f9b5",
"version": "0.1.0-alpha.4e442cf7",
"description": "",

@@ -9,5 +9,11 @@ "scripts": {

"dependencies": {
"node-opcua-buffer-utils": "^0.1.0-alpha.3f56f9b5"
"hexy": "^0.2.10",
"node-opcua-assert": "^0.1.0-alpha.4e442cf7",
"node-opcua-buffer-utils": "^0.1.0-alpha.4e442cf7",
"underscore": "^1.8.3"
},
"devDependencies": {
"should": "^13.0.1"
},
"main": "index.js"
}

2

src/redirect_to_file.js
"use strict";
const _ = require("underscore");
const assert = require("better-assert");
const assert = require("node-opcua-assert");
const fs = require("fs");

@@ -6,0 +6,0 @@ const util = require("util");

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc