New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

whichrmv-parser

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

whichrmv-parser

parses massachusetts rmv data

latest
Source
npmnpm
Version
2.0.0
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

CI

whichrmv-parser

This package parses Massachusetts RMV wait times and will be used on v2 of whichrmv.com

Install

yarn add whichrmv-parser

Usage

import { parseWaitTimes } from 'whichrmv-parser';

(async () => {
  const waitTimes = await parseWaitTimes();
  console.log('waitTimes', waitTimes);
})();

Testing

yarn test

Keywords

rmv

FAQs

Package last updated on 27 Mar 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts