Comparing version 0.6.1 to 0.6.2
@@ -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', |
{ | ||
"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(), |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2002
176876
22
1