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

bpc.js

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

bpc.js - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

README.md

11

bpc.js

@@ -135,4 +135,9 @@ /**

}
var stopFunction = null;
var isRunning = false;
function BPCStart(utctime, cb) {
if (true === isRunning) {
return stopFunction;
}
isRunning = true;
if ('function' === typeof utctime) {

@@ -185,3 +190,4 @@ cb = utctime;

}, 1e3 - Date.now() % 1e3);
return function () {
stopFunction = function () {
isRunning = false;
clearInterval(intervalHandle);

@@ -196,2 +202,3 @@ setTimeout(function() {

};
return stopFunction;
}

@@ -198,0 +205,0 @@ if ('object' === typeof module) module.exports = BPCStart;

2

package.json
{
"name": "bpc.js",
"version": "0.0.1",
"version": "0.0.2",
"description": "A JavaScript library used to generate 68.5KHz BPC which used for Radio controlled timepieces",

@@ -5,0 +5,0 @@ "main": "bpc.js",

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