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

onesignal-expo-plugin

Package Overview
Dependencies
Maintainers
6
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 Compare versions

Comparing version 1.1.1 to 1.1.2

.github/pull_request_template.md

6

build/onesignal/withOneSignalIos.js

@@ -8,3 +8,7 @@ "use strict";

if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {

@@ -11,0 +15,0 @@ if (k2 === undefined) k2 = k;

"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {

@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k;

@@ -9,2 +9,3 @@ "use strict";

pod 'OneSignalXCFramework', '>= 3.0', '< 4.0'
use_frameworks! :linkage => podfile_properties['ios.useFrameworks'].to_sym if podfile_properties['ios.useFrameworks']
end`;

@@ -11,0 +12,0 @@ exports.NSE_PODFILE_REGEX = /target 'OneSignalNotificationServiceExtension'/;

# Changelog
All notable changes to this project will be documented in this file.
## October 2022
### `1.1.2` - 10/04/22
#### Fixes
- Specify `use_frameworks` on `OneSignalNotificationServiceExtension` target in iOS Podfile when applicable (i.e. the app target also specifies `use_frameworks`).
## September 2022
### `1.1.1` - 09/06/22
#### Fixes
- Fix issue where EAS release builds were no longer successfully building due to log statement
### `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

@@ -5,0 +21,0 @@ ### `1.0.1` - 04/11/22

2

package.json
{
"name": "onesignal-expo-plugin",
"version": "1.1.1",
"version": "1.1.2",
"description": "The OneSignal Expo plugin allows you to use OneSignal without leaving the managed workflow. Developed in collaboration with SweetGreen.",

@@ -5,0 +5,0 @@ "main": "./app.plugin.js",

@@ -7,2 +7,3 @@ export const IPHONEOS_DEPLOYMENT_TARGET = "11.0";

pod 'OneSignalXCFramework', '>= 3.0', '< 4.0'
use_frameworks! :linkage => podfile_properties['ios.useFrameworks'].to_sym if podfile_properties['ios.useFrameworks']
end`;

@@ -9,0 +10,0 @@

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