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

onesignal-expo-plugin

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

onesignal-expo-plugin - npm Package Versions

13

1.1.1

Diff

Changelog

Source

1.1.1 - 09/06/22

Fixes
  • Fix issue where EAS release builds were no longer successfully building due to log statement
rgomezp
published 1.1.0 •

Changelog

Source

1.1.0 - 09/01/22

Changes
  • No longer inject the OneSignal Gradle plugin on Android builds
Fixes
  • Fix issue where plugin does not support monorepos

April 2022

rgomezp
published 1.0.2 •

rgomezp
published 1.0.1 •

Changelog

Source

1.0.1 - 04/11/22

Changes
  • Add more info regarding the expo prebuild command to README.
Fixes
  • Upstream EAS workaround for "Missing Push Capability on iOS" issue. Adds aps-environment entitlement to NSE template. Although it is not required in normal builds, there is an upstream limitation from EAS that is resolved by including the push entitlement in both target entitlement files. As of 4/8/22, EAS builds will randomly pick an entitlement file if there are multiple in a project without differentiating among targets. This is resulting in flaky builds where half the time they work and half the time they don't. This can be seen as a temporary fix. Note it carries no side-effects / repercussions (i.e: the entitlement is superfluous but not critical to remove in the future).

March 2022

rgomezp
published 1.0.0 •

Changelog

Source

1.0.0 - 03/28/22

Fixes
  • Upgrade dependencies (via dependabot)
Changes
  • Add credentials guide and update README
  • Advance to General Availability

February 2022

rgomezp
published 1.0.0-beta11 •

Changelog

Source

1.0.0-beta11 - 02/18/2022

Added
  • Linting
  • Instead of creating a "WriterManager", we repurpose the ReaderManager class by renaming it to FileManager and adding a synchronized write helper function (synchronous in the sense that it block further execution until complete).
  • iOS constants file
Fixes
  • Import cleanups
  • Linting errors
  • Write safety issu. NSE updater helper functions were previously writing to the entitlements & plist files asynchronously. We should await on each to ensure we don't have multiple writes to the same file at once (which is unsafe).

January 2022

rgomezp
published 1.0.0-beta10 •

Changelog

Source

1.0.0-beta10 - 01/24/2022

Added
  • ability to configure version numbers used in the NSE target's plist file.
  • OneSignalLog class for better console logging.
  • this changelog file.
Fixed
  • re-running expo prebuild will no longer result in duplicate entitlements and dependencies added to native files.
rgomezp
published 1.0.0-beta9 •

rgomezp
published 1.0.0-beta8 •

rgomezp
published 1.0.0-beta7 •

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