New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ics-generator

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ics-generator - npm Package Compare versions

Comparing version 1.0.1 to 1.0.3

5

ics-generator.js

@@ -8,2 +8,7 @@ // ----------------------------------------------------------------------------

const _ = require('underscore')
const IcsUtils = require('./lib/_icsUtils')
const IcsAttendee = require('./lib/attendee')
const IcsEvent = require('./lib/event')
const params = IcsUtils.filterPropParams("calendar");

@@ -10,0 +15,0 @@

4

lib/_icsUtils.js

@@ -6,3 +6,3 @@ // ----------------------------------------------------------------------------

// ----------------------------------------------------------------------------
const _ = require('underscore')
//track all possible properties and parameters for formatting purposes.

@@ -382,1 +382,3 @@ const allProperties =

}
module.exports = IcsUtils

@@ -8,2 +8,3 @@ // ----------------------------------------------------------------------------

// ----------------------------------------------------------------------------
IcsUtils = require('./_icsUtils')

@@ -54,1 +55,2 @@ const params = IcsUtils.filterPropParams("attendee");

}
module.exports = IcsAttendee

@@ -6,2 +6,4 @@ // ----------------------------------------------------------------------------

// ----------------------------------------------------------------------------
IcsAttendee = require('./attendee')
IcsUtils = require('./_icsUtils')

@@ -80,1 +82,2 @@ const params = IcsUtils.filterPropParams("event");

}
module.exports = IcsEvent;
{
"name": "ics-generator",
"version": "1.0.1",
"version": "1.0.3",
"description": "Generate RFC-Compliant ICS documents",

@@ -23,3 +23,6 @@ "main": "ics-generator.js",

},
"homepage": "https://github.com/sunsama/ics-generator#readme"
"homepage": "https://github.com/sunsama/ics-generator#readme",
"dependencies": {
"underscore": "^1.8.3"
}
}
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