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

fsrs.js

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

fsrs.js - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

4

fsrs.js

@@ -99,4 +99,4 @@ (function () {

globalData.stabilityDataArry.push({
interval: interval,
retrievability: grade === "0" ? 0 : 1
interval: cardData.interval,
retrievability: grade === 0 ? 0 : 1
});

@@ -103,0 +103,0 @@

{
"name": "fsrs.js",
"version": "0.0.3",
"version": "0.0.4",
"description": "FSRS (free spaced repetition scheduler) algorithm, based on the DSR model proposed by Piotr Wozniak, author of SuperMemo",

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