New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

expo-notifications

Package Overview
Dependencies
Maintainers
20
Versions
164
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

expo-notifications - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

ios/EXNotifications/Permissions/EXRemoteNotificationPermissionRequester.h

6

CHANGELOG.md

@@ -11,2 +11,6 @@ # Changelog

## 0.3.0 — 2020-05-28
*This version does not introduce any user-facing changes.*
## 0.2.0 — 2020-05-27

@@ -23,2 +27,4 @@

- Added `DailyTriggerInput` that allows scheduling a daily recurring notification for a specific hour and minute. It is supported on both iOS and Android. ([#8199](https://github.com/expo/expo/pull/8199) by [@thorbenprimke](https://github.com/thorbenprimke))
- Added native permission requester that will let developers call `Permissions.getAsync(Permissions.NOTIFICATIONS)` (or `askAsync`) when this module is installed. ([#8486](https://github.com/expo/expo/pull/8486) by [@sjchmiela](https://github.com/sjchmiela))
> Note that the effect of this method is the same as if you called `Notifications.getPermissionsAsync()` (or `requestPermissionsAsync`) and then `Notifications.getDevicePushTokenAsync()`—it tries to both ask the user for user-facing notifications permissions and then tries to register the device for remote notifications. We are planning to deprecate the `.NOTIFICATIONS` permission soon.

@@ -25,0 +31,0 @@ ### 🐛 Bug fixes

10

package.json
{
"name": "expo-notifications",
"version": "0.2.0",
"version": "0.3.0",
"description": "Notifications module",

@@ -42,7 +42,6 @@ "main": "build/index.js",

},
"gitHead": "dfc7fdb9aee4ef6fa10a9693e3d0935a2d500ae2",
"dependencies": {
"badgin": "^1.1.5",
"expo-application": "~2.2.0",
"expo-constants": "9.1.0",
"expo-application": "~2.2.1",
"expo-constants": "9.1.1",
"uuid": "^3.4.0"

@@ -53,3 +52,4 @@ },

"expo-module-scripts": "~1.2.0"
}
},
"gitHead": "264a8722e01eb91cf1ec20eb5bdd09dd26fb829d"
}

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