node-opcua-status-code
Advanced tools
Comparing version 2.88.0 to 2.89.0
@@ -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" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
284203
+ Addednode-opcua-binary-stream@2.89.0(transitive)
- Removednode-opcua-binary-stream@2.88.0(transitive)