Huge News!Announcing our $40M Series B led by Abstract Ventures.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 1.2.1 to 1.2.2

9

package.json
{
"version": "1.2.1",
"version": "1.2.2",
"license": "MIT",

@@ -35,2 +35,7 @@ "main": "dist/index.js",

"description": "FSRS (free spaced repetition scheduler) algorithm, based on the DSR model proposed by Piotr Wozniak, author of SuperMemo",
"keywords": [
"Anki",
"SuperMemo",
"FSRS"
],
"author": "oflg",

@@ -64,2 +69,2 @@ "module": "dist/fsrs.js.esm.js",

}
}
}

@@ -1,5 +0,15 @@

## About The Project
fsrs.js is a JS Package implements [Free Spaced Repetition Scheduler algorithm](https://github.com/open-spaced-repetition/free-spaced-repetition-scheduler). It helps developers apply FSRS in their flashcard apps.
## fsrs.js
<a href="https://github.com/open-spaced-repetition/fsrs4anki/wiki/The-Algorithm#fsrs-v4">
<img src="https://img.shields.io/badge/FSRS-v4-blue" alt="FSRS version">
</a>
<a href="https://www.npmjs.com/package/fsrs.js">
<img src="https://img.shields.io/npm/v/fsrs.js" alt="npm version">
</a>
fsrs.js is a JS Package that implements the [Free Spaced Repetition Scheduler algorithm](https://github.com/open-spaced-repetition/free-spaced-repetition-scheduler). It helps developers apply FSRS in their flashcard apps.
## Getting Started

@@ -6,0 +16,0 @@

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