@coozzy/cal-dav
Advanced tools
Comparing version 2.0.4 to 2.1.0
{ | ||
"name": "@coozzy/cal-dav", | ||
"version": "2.0.4", | ||
"version": "2.1.0", | ||
"description": "Simple cal dav client.", | ||
@@ -30,3 +30,3 @@ "main": "dist/index.js", | ||
"@coozzy/logger": "1.2.2", | ||
"axios": "0.27.2", | ||
"axios": "1.2.1", | ||
"ical.js": "1.5.0", | ||
@@ -33,0 +33,0 @@ "moment": "2.29.4", |
import Axios, {AxiosResponse, AxiosInstance} from 'axios'; | ||
import moment from 'moment'; | ||
export interface CalDavService { | ||
@@ -184,3 +183,3 @@ getEventByUrl(eventUrl: string): Promise<AxiosResponse>; | ||
} | ||
}); | ||
}); | ||
}; | ||
@@ -210,3 +209,3 @@ | ||
} | ||
}); | ||
}); | ||
}; | ||
@@ -277,2 +276,2 @@ | ||
} | ||
} | ||
} |
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
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
36471
12
748
+ Addedaxios@1.2.1(transitive)
+ Addedproxy-from-env@1.1.0(transitive)
- Removedaxios@0.27.2(transitive)
Updatedaxios@1.2.1