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

ical.js-one.com

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ical.js-one.com - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

8

lib/ical/timezone.js

@@ -90,6 +90,2 @@ /* This Source Code Form is subject to the terms of the Mozilla Public

findChangeNumToUse: function findChangeNumToUse(tt) {
if (this == ICAL.Timezone.utcTimezone || this == ICAL.Timezone.localTimezone) {
return 0;
}
this._ensureCoverage(tt.year);

@@ -160,2 +156,6 @@

utcOffset: function utcOffset(tt) {
if (this == ICAL.Timezone.utcTimezone || this == ICAL.Timezone.localTimezone) {
return 0;
}
// This is duplicated, and it seems that tt could just be used in the below, but just to be safe:

@@ -162,0 +162,0 @@ var tt_change = {

{
"name": "ical.js-one.com",
"version": "0.0.2",
"version": "0.0.3",
"author": "",

@@ -5,0 +5,0 @@ "description": "",

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