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

ical2json

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ical2json - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

bin/ical2json

17

package.json
{
"name": "ical2json",
"version": "0.1.0",
"version": "0.1.1",
"description": "A simple node package to convert ical to JSON",

@@ -9,2 +9,9 @@ "main": "index.js",

},
"repository": {
"type": "git",
"url": "git@github.com:adrianlee44/ical2json.git"
},
"bugs": {
"url": "https://github.com/adrianlee44/ical2json/issues"
},
"keywords": [

@@ -16,3 +23,9 @@ "ical",

"author": "Adrian Lee",
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/adrianlee44/ical2json/blob/master/LICENSE"
}
],
"bin": "bin/ical2json",
"devDependencies": {

@@ -19,0 +32,0 @@ "grunt": "~0.4.1",

15

README.md

@@ -1,2 +0,2 @@

ical2json
ical2json [![Build Status](https://travis-ci.org/adrianlee44/ical2json.png?branch=master)](https://travis-ci.org/adrianlee44/ical2json)
===

@@ -6,5 +6,5 @@ A simple node package to convert iCal data (.ics file) to JSON format

## Getting started
Download from npm
Download and install from npm
```
npm install ical2json
npm install -g ical2json
```

@@ -79,3 +79,3 @@

```
Usage: ical2json.js [options] [FILES...]
Usage: ical2json [options] [FILES...]

@@ -88,4 +88,11 @@ Options:

Programmatic API
```
var ical2json = require("ical2json");
var output = ical2json.convert(icalData);
```
Author and license
---
Adrian Lee and license under MIT

Sorry, the diff of this file is not supported yet

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