Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

js_mzml

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js_mzml - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

2

package.json
{
"name": "js_mzml",
"version": "1.1.1",
"version": "1.1.2",
"description": "An mzML parser",

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

@@ -13,6 +13,2 @@ # js-mzml

---
Please take note that I am planning on some major improvements. The file is currently read via a filestream, but the spectra are returned in a single object. As I have time in the coming future, I am going to add in a generator function to stream back the spectra as the file is read. The idea is to keep RAM usage low. I plan on keeping all the current functionality, but please be aware that this module will be undergoing active development.
---
## Usage

@@ -81,3 +77,3 @@ js-mzML is installed with ```npm install -s js-mzml```

* More MS levels (e.g. MS/MS/MS)
* Returning the data using a generator function
* Returning the data using a generator function (my knowledge is lacking as to how to do this in an async function so this is on hold indefinitely)
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