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

ical-date-parser

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ical-date-parser

Parse a stringly typed iCal date as a native JS date object.

latest
Source
npmnpm
Version
4.0.0
Version published
Maintainers
1
Created
Source

ical-date-parser

Parse a stringly typed iCal date as a native JS date object.

Circle CI Coverage Status

Installation

$ npm install ical-date-parser

Usage

import iCalDateParser from 'ical-date-parser';
iCalDateParser('20140422T233000Z');

Development

Install dependencies:

$ npm install

Run the example app at http://localhost:8080:

$ npm run example

Run tests using jest:

$ npm test

Run tests and watch for code changes:

$ npm run test:watch

License

MIT

Keywords

ical

FAQs

Package last updated on 25 Feb 2017

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