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

@canvas-js/utils

Package Overview
Dependencies
Maintainers
0
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@canvas-js/utils - npm Package Compare versions

Comparing version 0.12.5 to 0.12.6

4

lib/assert.d.ts
export declare class AssertError extends Error {
readonly message: string;
readonly props?: any | undefined;
constructor(message: string, props?: any | undefined);
readonly props?: any;
constructor(message: string, props?: any);
}
export declare function assert(condition: unknown, message?: string, props?: any): asserts condition;
{
"name": "@canvas-js/utils",
"version": "0.12.5",
"version": "0.12.6",
"author": "Canvas Technologies, Inc. (https://canvas.xyz)",

@@ -19,4 +19,4 @@ "type": "module",

"dependencies": {
"@canvas-js/interfaces": "0.12.5"
"@canvas-js/interfaces": "0.12.6"
}
}
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