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

@aigens/aigens-sdk-core

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aigens/aigens-sdk-core - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

4

dist/docs.json

@@ -210,3 +210,3 @@ {

{
"name": "addCalender",
"name": "addCalendar",
"signature": "(options: CalendarOptions) => Promise<{ notPermission?: boolean; resultCode?: number; }>",

@@ -226,3 +226,3 @@ "parameters": [

],
"slug": "addcalender"
"slug": "addcalendar"
}

@@ -229,0 +229,0 @@ ],

@@ -39,3 +39,3 @@ import type { PermissionState } from '@capacitor/core';

readClipboard(): Promise<any>;
addCalender(options: CalendarOptions): Promise<{
addCalendar(options: CalendarOptions): Promise<{
notPermission?: boolean;

@@ -42,0 +42,0 @@ resultCode?: number;

@@ -33,3 +33,3 @@ import { WebPlugin } from '@capacitor/core';

readClipboard(): Promise<any>;
addCalender(options: CalendarOptions): Promise<{
addCalendar(options: CalendarOptions): Promise<{
notPermission?: boolean;

@@ -36,0 +36,0 @@ resultCode?: number;

@@ -73,3 +73,3 @@ import { WebPlugin } from '@capacitor/core';

}
async addCalender(options) {
async addCalendar(options) {
options;

@@ -76,0 +76,0 @@ return { notPermission: true };

@@ -82,3 +82,3 @@ 'use strict';

}
async addCalender(options) {
async addCalendar(options) {
return { notPermission: true };

@@ -85,0 +85,0 @@ }

@@ -79,3 +79,3 @@ var capacitorCore = (function (exports, core) {

}
async addCalender(options) {
async addCalendar(options) {
return { notPermission: true };

@@ -82,0 +82,0 @@ }

{
"name": "@aigens/aigens-sdk-core",
"version": "0.4.1",
"version": "0.4.2",
"description": "Aigens Order.Place Core Plugin",

@@ -5,0 +5,0 @@ "main": "dist/plugin.cjs.js",

@@ -29,3 +29,3 @@ # @aigens/aigens-sdk-core

* [`readClipboard()`](#readclipboard)
* [`addCalender(...)`](#addcalender)
* [`addCalendar(...)`](#addcalendar)
* [Interfaces](#interfaces)

@@ -224,6 +224,6 @@ * [Type Aliases](#type-aliases)

### addCalender(...)
### addCalendar(...)
```typescript
addCalender(options: CalendarOptions) => Promise<{ notPermission?: boolean; resultCode?: number; }>
addCalendar(options: CalendarOptions) => Promise<{ notPermission?: boolean; resultCode?: number; }>
```

@@ -230,0 +230,0 @@

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