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

icalendar

Package Overview
Dependencies
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

icalendar - npm Package Compare versions

Comparing version 0.6.1 to 0.6.2

.npmignore

6

lib/base.js

@@ -28,2 +28,8 @@ // Copyright (C) 2011 Tri Tech Computers Ltd.

var properties = exports.properties = {
CREATED: {
type: 'DATE-TIME'
},
'LAST-MODIFIED': {
type: 'DATE-TIME'
},
EXDATE: {

@@ -30,0 +36,0 @@ type: 'DATE-TIME',

4

package.json
{
"name": "icalendar",
"version": "0.6.1",
"version": "0.6.2",
"author": "James Emerton <james@tri-tech.com>",

@@ -24,2 +24,2 @@ "description": "RFC5545 iCalendar parser/generator",

}
}
}

@@ -65,2 +65,4 @@

expect(icalendar.parse_value('CREATED', '20120814T175046Z')
toEqual(new Date(Date.UTC(2012,08,14,17,50,46)));
expect(icalendar.parse_value('DATE', '20111109'))

@@ -70,2 +72,4 @@ .toEqual(new Date(2011,10,9));

.toEqual(true);
expect(icalendar.parse_value('LAST-MODIFIED', '20120814T175050Z')
toEqual(new Date(Date.UTC(2012,08,14,17,50,50)));

@@ -72,0 +76,0 @@ assert.equal((new Date(0,0,0,17,32,16)).valueOf(),

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