node-opcua-assert
Advanced tools
Comparing version 2.88.0 to 2.98.1
@@ -1,4 +0,4 @@ | ||
declare type func = (...args: any[]) => any; | ||
type func = (...args: any[]) => any; | ||
export declare function assert(cond: boolean | unknown | null | undefined | func, message?: string): void; | ||
export default assert; | ||
export declare function renderError(err: unknown): Error; |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "node-opcua-assert", | ||
"version": "2.88.0", | ||
"description": "pure nodejs OPCUA SDK - module -assert", | ||
"version": "2.98.1", | ||
"description": "pure nodejs OPCUA SDK - module assert", | ||
"main": "./dist/index.js", | ||
@@ -31,3 +31,7 @@ "types": "./dist/index.d.ts", | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "0c20078b474f36855b799557f8fe931dbe20c2ca" | ||
"gitHead": "e4d73afdfcccb3491423149d9b9785888f4ebb3c", | ||
"files": [ | ||
"dist", | ||
"source" | ||
] | ||
} |
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
5009