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
636
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 0.6.0 to 0.6.1

12

CHANGELOG.md

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

## [0.6.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/local-notifications@0.6.0...@capacitor/local-notifications@0.6.1) (2021-04-29)
### Bug Fixes
* **local-notifications:** don't store notifications if not scheduled ([#310](https://github.com/ionic-team/capacitor-plugins/issues/310)) ([c1445fd](https://github.com/ionic-team/capacitor-plugins/commit/c1445fddc69db27506f83b3ea56d8e90d4384346))
* **local-notifications:** extra not being returned on notification events ([#340](https://github.com/ionic-team/capacitor-plugins/issues/340)) ([5b03a7f](https://github.com/ionic-team/capacitor-plugins/commit/5b03a7fdbfd2e8293a9fc3726185b516d7efa9a9))
# [0.6.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/local-notifications@0.5.1...@capacitor/local-notifications@0.6.0) (2021-03-10)

@@ -8,0 +20,0 @@

16

package.json
{
"name": "@capacitor/local-notifications",
"version": "0.6.0",
"version": "0.6.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-rc.0",
"@capacitor/cli": "3.0.0-rc.0",
"@capacitor/core": "3.0.0-rc.0",
"@capacitor/android": "3.0.0-rc.1",
"@capacitor/cli": "3.0.0-rc.1",
"@capacitor/core": "3.0.0-rc.1",
"@capacitor/docgen": "0.0.16",
"@capacitor/ios": "3.0.0-rc.0",
"@capacitor/ios": "3.0.0-rc.1",
"@ionic/eslint-config": "^0.3.0",

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

"prettier": "~2.2.0",
"prettier-plugin-java": "~1.0.0",
"prettier-plugin-java": "~1.0.2",
"rimraf": "^3.0.0",

@@ -66,3 +66,3 @@ "rollup": "^2.29.0",

"peerDependencies": {
"@capacitor/core": "3.0.0-rc.0"
"@capacitor/core": "3.0.0-rc.1"
},

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

},
"gitHead": "94a39a9300beb941a43ba30d6505d9fefaff0b98"
"gitHead": "1434d3339dfd3324dd2f76037b4de7fdae08ca2e"
}

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