Socket
Socket
Sign inDemoInstall

@errozero/beatstepper

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@errozero/beatstepper - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

Beatstepper.ts

@@ -48,3 +48,3 @@ //Based on article: https://html5rocks.com/en/tutorials/audio/scheduling/

while(this.nextStepTime < this.context.currentTime + this.scheduleAheadTime ) {
//if(!State.playing) return;
if(!this.playing) return;
this.scheduleStep();

@@ -51,0 +51,0 @@ this.nextStep();

@@ -7,3 +7,3 @@ {

},
"version": "1.0.4",
"version": "1.0.5",
"description": "",

@@ -10,0 +10,0 @@ "main": "dist/Beatstepper.js",

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