Socket
Socket
Sign inDemoInstall

react-icalendar-link

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-icalendar-link - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

1

dist/index.d.ts
/**
* @class ICalLink
* https://bugs.chromium.org/p/chromium/issues/detail?id=666211
*/

@@ -5,0 +4,0 @@ import * as React from "react";

4

dist/index.es.js

@@ -141,3 +141,2 @@ function __$styleInject(css, ref) {

* @class ICalLink
* https://bugs.chromium.org/p/chromium/issues/detail?id=666211
*/

@@ -150,2 +149,3 @@ var ICalLink = /** @class */ (function (_super) {

e.preventDefault();
e.stopPropagation();
var _a = _this.props, event = _a.event, filename = _a.filename;

@@ -178,2 +178,4 @@ var url = buildUrl(event, isIOSSafari());

};
// FIXME - iOS Chrome doesn't support adding to iCal at the moment.
// https://bugs.chromium.org/p/chromium/issues/detail?id=666211
ICalLink.isSupported = !isIOSChrome();

@@ -180,0 +182,0 @@ ICalLink.defaultProps = {

@@ -145,3 +145,2 @@ 'use strict';

* @class ICalLink
* https://bugs.chromium.org/p/chromium/issues/detail?id=666211
*/

@@ -154,2 +153,3 @@ var ICalLink = /** @class */ (function (_super) {

e.preventDefault();
e.stopPropagation();
var _a = _this.props, event = _a.event, filename = _a.filename;

@@ -182,2 +182,4 @@ var url = buildUrl(event, isIOSSafari());

};
// FIXME - iOS Chrome doesn't support adding to iCal at the moment.
// https://bugs.chromium.org/p/chromium/issues/detail?id=666211
ICalLink.isSupported = !isIOSChrome();

@@ -184,0 +186,0 @@ ICalLink.defaultProps = {

{
"name": "react-icalendar-link",
"version": "1.0.2",
"version": "1.0.3",
"description": "Ability to create link for downloading ics file",

@@ -5,0 +5,0 @@ "author": "josephj",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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