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

node-opcua-status-code

Package Overview
Dependencies
Maintainers
1
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-status-code - npm Package Compare versions

Comparing version 2.88.0 to 2.89.0

12

dist/callbacks.d.ts

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

import { StatusCode } from "./opcua_status_code";
export declare type ErrorCallback = (err?: Error) => void;
export declare type Callback2<T> = (err: Error | null, result?: T) => void;
export declare type CallbackT<T> = (err: Error | null, result?: T) => void;
export declare type StatusCodeCallback = CallbackT<StatusCode>;
export declare type CallbackWithData = CallbackT<Buffer>;
export declare type Callback<T> = (err: Error | null, result?: T) => void;
export type ErrorCallback = (err?: Error) => void;
export type Callback2<T> = (err: Error | null, result?: T) => void;
export type CallbackT<T> = (err: Error | null, result?: T) => void;
export type StatusCodeCallback = CallbackT<StatusCode>;
export type CallbackWithData = CallbackT<Buffer>;
export type Callback<T> = (err: Error | null, result?: T) => void;
{
"name": "node-opcua-status-code",
"version": "2.88.0",
"version": "2.89.0",
"description": "pure nodejs OPCUA SDK - module -status-code",

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

"node-opcua-assert": "2.88.0",
"node-opcua-binary-stream": "2.88.0"
"node-opcua-binary-stream": "2.89.0"
},

@@ -37,3 +37,3 @@ "devDependencies": {

"homepage": "http://node-opcua.github.io/",
"gitHead": "0c20078b474f36855b799557f8fe931dbe20c2ca"
"gitHead": "93d5502a1b71afbb5e5fa56846615c412b63cc1b"
}
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