New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

audio-clock

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

audio-clock - npm Package Compare versions

Comparing version 0.1.1 to 0.2.0

6

index.js

@@ -5,3 +5,3 @@ var work = require('webworkify');

var MINUTE_IN_MS = 60000;
var currentBPM = {bpm: 120, ms: 500};
var currentBPM = {bpm: 120, ms: 500 / 4};

@@ -25,3 +25,3 @@ function onTick(cb) {

bpm: bpm,
ms: MINUTE_IN_MS/bpm
ms: (MINUTE_IN_MS/bpm) / 4
};

@@ -31,3 +31,3 @@ } else {

bpm: MINUTE_IN_MS/ms,
ms: ms
ms: ms / 4
};

@@ -34,0 +34,0 @@ }

{
"name": "audio-clock",
"version": "0.1.1",
"version": "0.2.0",
"description": "keep time for audio apps",

@@ -5,0 +5,0 @@ "main": "index.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