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

@bytescale/sdk

Package Overview
Dependencies
Maintainers
2
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bytescale/sdk - npm Package Compare versions

Comparing version 3.43.0 to 3.44.0

8

dist/types/private/Scheduler.d.ts

@@ -0,1 +1,9 @@

/**
* -------------------------
* Q: Why not use 'setTimeout'?
* -------------------------
* A: setTimeout can be paused (e.g., during hibernation), risking JWT expiration before it triggers.
* We therefore use a scheduler to check wall-clock time every second and execute the callback at the scheduled time.
* -------------------------
*/
export declare class Scheduler {

@@ -2,0 +10,0 @@ private callbacks;

2

package.json
{
"name": "@bytescale/sdk",
"version": "3.43.0",
"version": "3.44.0",
"description": "Bytescale JavaScript SDK",

@@ -5,0 +5,0 @@ "author": "Bytescale <hello@bytescale.com> (https://www.bytescale.com)",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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