Socket
Socket
Sign inDemoInstall

@errozero/beatstepper

Package Overview
Dependencies
0
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

9

package.json

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

},
"version": "1.0.2",
"version": "1.0.3",
"description": "",

@@ -17,3 +17,8 @@ "main": "dist/Beatstepper.js",

"types": "dist/index.d.ts",
"prepublish": "tsc"
"prepublish": "tsc",
"keywords": [
"webaudio",
"scheduler",
"web audio"
]
}

@@ -29,3 +29,3 @@ # Beatstepper

This will run the default tempo of 130bpm, with 4/4 time division.
This will run at the default tempo of 130bpm, with 4/4 time division.

@@ -96,3 +96,3 @@ Your callback function will run on every step and receive an object with the following structure:

const ctx = new AudioContext();
const context = new AudioContext();
const stepsPerBeat = 4;

@@ -99,0 +99,0 @@ const tempo = 90;

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc