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

cordova-plugin-notificationcenter

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-notificationcenter - npm Package Compare versions

Comparing version 0.1.1 to 1.0.0

2

package.json
{
"name": "cordova-plugin-notificationcenter",
"version": "0.1.1",
"version": "1.0.0",
"description": "iOS NSNotificationCenter Bridge",

@@ -5,0 +5,0 @@ "cordova": {

# cordova-plugin-notificationcenter
[![NPM](https://nodei.co/npm/cordova-plugin-notificationcenter.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/cordova-plugin-notificationcenter/)
[Cordova plugin](https://www.npmjs.com/package/cordova-plugin-notificationcenter)
> Bridge between iOS NSNotificationCenter and JavaScript.
> Bridge between iOS [NSNotificationCenter](https://developer.apple.com/library/ios/documentation/Cocoa/Reference/Foundation/Classes/NSNotificationCenter_Class/) and JavaScript.
> There are tons of notifications that get posted by various components in the iOS SDK.
Sometimes it can be useful to observe these native notifications in JavaScript.
> There are tons of native notifications broadcasted by various components from the iOS SDK.
Sometimes it can be useful to observe them from the JavaScript side.
> :warning: This plugin does not handle pushNotifications or localNotifications. This is not the purpose.
## Usage

@@ -10,0 +14,0 @@

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