Gathering detailed insights and metrics for @devisle/reference-js
Gathering detailed insights and metrics for @devisle/reference-js
npm install @devisle/reference-js
Typescript
Module System
Node Version
NPM Version
69.3
Supply Chain
98.2
Quality
81.1
Maintenance
100
Vulnerability
100
License
JavaScript (100%)
Total Downloads
1,675
Last Day
3
Last Week
10
Last Month
53
Last Year
414
10 Stars
31 Commits
5 Forks
3 Watching
2 Branches
3 Contributors
Minified
Minified + Gzipped
Latest Version
1.0.2
Package Id
@devisle/reference-js@1.0.2
Unpacked Size
10.49 kB
Size
4.54 kB
File Count
6
NPM Version
6.11.2
Node Version
12.8.0
Cumulative downloads
Total Downloads
Last day
200%
3
Compared to previous day
Last week
-50%
10
Compared to previous week
Last month
60.6%
53
Compared to previous month
Last year
42.3%
414
Compared to previous year
For all the popular Reference Manager formats
See it on npm
npm install @devisle/reference-js
Use like below
1const { bibtexToJSON } = require("@devisle/reference-js"); 2 3//Read your .bib and pass the content 4bibtexToJSON(content);
See the documentation here
Reference JS is a collection of parsing functions for Node that allow you to import, export and convert between BibTeX, EndNote, XML, JSON files and more.
Reference Managers are software tools used to organise research work. We aim to tackle the vast Reference Manager format types that exist i.e. bibtex, f1000, XML.
By parsing all formats into JSON, we alleviate the need to for JSON based storage and point-to-point conversion i.e. Bibtex to JSON to XML.
These instructions will set reference-js up and running on your local machine for development and deployment purposes. See Usage for notes on how to use the API.
You will need NodeJS and NPM. Not sure if you have node or npm? use in your terminal:
node -v
Install the package with
npm install @devisle/reference-js
See the To do for required features to work on.
Further information on how to contribute Here.
Formats from Reference managers can be converted into JSON and back. Using this approach, you are able to leverage the library to convert between other formats e.g. Bibtex to JSON to RIS behind the scenes.
See the documentation here
We recommend storing your references in JSON format as it is highly compatible with NoSQL databases and Web Applications.
What is the Dev Isle?
It is a community focusing on Open Source projects for learning purposes.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 2/17 approved changesets -- score normalized to 1
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-01-27
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More