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

@capacitor/local-notifications

Package Overview
Dependencies
Maintainers
8
Versions
622
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@capacitor/local-notifications - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [1.0.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/local-notifications@1.0.0...@capacitor/local-notifications@1.0.1) (2021-06-09)
**Note:** Version bump only for package @capacitor/local-notifications
# [1.0.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/local-notifications@0.6.4...@capacitor/local-notifications@1.0.0) (2021-05-19)

@@ -8,0 +16,0 @@

2

dist/esm/web.d.ts
import { WebPlugin } from '@capacitor/core';
import type { PermissionState } from '@capacitor/core';
import type { EnabledResult, ListChannelsResult, LocalNotificationSchema, LocalNotificationsPlugin, PendingResult, PermissionStatus, ScheduleOptions, ScheduleResult } from './definitions';
import type { PermissionState } from '@capacitor/core';
export declare class LocalNotificationsWeb extends WebPlugin implements LocalNotificationsPlugin {

@@ -5,0 +5,0 @@ protected pending: LocalNotificationSchema[];

{
"name": "@capacitor/local-notifications",
"version": "1.0.0",
"version": "1.0.1",
"description": "The Local Notifications API provides a way to schedule device notifications locally (i.e. without a server sending push notifications).",

@@ -47,7 +47,7 @@ "main": "dist/plugin.cjs.js",

"devDependencies": {
"@capacitor/android": "3.0.0",
"@capacitor/cli": "3.0.0",
"@capacitor/core": "3.0.0",
"@capacitor/android": "^3.0.0",
"@capacitor/cli": "^3.0.0",
"@capacitor/core": "^3.0.0",
"@capacitor/docgen": "0.0.16",
"@capacitor/ios": "3.0.0",
"@capacitor/ios": "^3.0.0",
"@ionic/eslint-config": "^0.3.0",

@@ -65,3 +65,3 @@ "@ionic/prettier-config": "~1.0.1",

"peerDependencies": {
"@capacitor/core": "3.0.0"
"@capacitor/core": "^3.0.0"
},

@@ -84,3 +84,3 @@ "prettier": "@ionic/prettier-config",

},
"gitHead": "d264b9e6547d97e86258e067bd37254311d9f1a5"
"gitHead": "4307cd7af743bd3ae1942d892982542b0ccd8599"
}
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