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.10.10 to 0.11.0

7

lib/CacheMap.js

@@ -6,3 +6,8 @@ // add elements with CacheMap.add(key, value) and they'll

super();
this.capacity = capacity;
Object.defineProperty(this, "capacity", {
enumerable: true,
configurable: true,
writable: true,
value: capacity
});
for (const [key, value] of entries ?? []) {

@@ -9,0 +14,0 @@ this.set(key, value);

@@ -18,2 +18,8 @@ var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {

_DelayableController_timer.set(this, void 0);
Object.defineProperty(this, "signal", {
enumerable: true,
configurable: true,
writable: true,
value: void 0
});
__classPrivateFieldSet(this, _DelayableController_interval, interval, "f");

@@ -20,0 +26,0 @@ __classPrivateFieldSet(this, _DelayableController_controller, new AbortController(), "f");

4

package.json
{
"name": "@canvas-js/utils",
"version": "0.10.10",
"version": "0.11.0",
"author": "Canvas Technologies, Inc. (https://canvas.xyz)",

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

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