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

@4cron/lib-shared

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@4cron/lib-shared - npm Package Compare versions

Comparing version 0.1.0 to 0.2.1

2

dist/interfaces/GetEventsInput.d.ts
import ical from 'ical';
/**
* This type represents the optional object that can be passed to the {@link GCal.getEvents} method
* This type represents the optional object that can be passed to the {@link GCalUtil.getEvents} method
* that determines which events to return.

@@ -5,0 +5,0 @@ */

@@ -1,2 +0,2 @@

import { BaseUtil } from '@bases/index.js';
import { BaseUtil } from '../bases/index.js';
import dayjs, { Dayjs } from 'dayjs';

@@ -3,0 +3,0 @@ export declare class DateUtil extends BaseUtil {

@@ -1,2 +0,2 @@

import { BaseUtil } from '@bases/index.js';
import { BaseUtil } from '../bases/index.js';
import dayjs from 'dayjs';

@@ -3,0 +3,0 @@ import UTCPlugin from 'dayjs/plugin/utc.js';

@@ -1,2 +0,2 @@

import { GetEventsInput } from '@interfaces/index.js';
import { GetEventsInput } from '../../interfaces/index.js';
import ical from 'ical';

@@ -7,3 +7,3 @@ /**

*/
export declare class GCal {
export declare class GCalUtil {
/**

@@ -10,0 +10,0 @@ * Attempts to retrieve the ical file available at the given URL and parse it into a

@@ -9,3 +9,3 @@ import { logger } from '@4lch4/logger';

*/
export class GCal {
export class GCalUtil {
/**

@@ -12,0 +12,0 @@ * Attempts to retrieve the ical file available at the given URL and parse it into a

{
"name": "@4cron/lib-shared",
"displayName": "4Cron Lib Shared",
"version": "0.1.0",
"version": "0.2.1",
"description": "A shared library for all of 4Cron.",

@@ -12,5 +12,2 @@ "main": "./dist/index.js",

"homepage": "https://github.com/4lch4/Cronnor",
"publishConfig": {
"access": "public"
},
"files": [

@@ -17,0 +14,0 @@ "dist"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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