Socket
Socket
Sign inDemoInstall

node-opcua-assert

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-assert - npm Package Compare versions

Comparing version 2.88.0 to 2.98.1

2

dist/index.d.ts

@@ -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"
]
}
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