🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

react-native-airship

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-airship - npm Package Compare versions

Comparing version
0.2.9
to
0.2.10
+4
-0
CHANGELOG.md
# react-native-airship
## 0.2.10 (2022-09-16)
- changed: Default to Default to `AirshipBridge<void>` instead of `AirshipBridge<unknown>`. This change may cause new TypeScript errors to appear, but it is not a breaking change - the cases were always broken, but TypeScript simply wasn't reporting the errors.
## 0.2.9 (2022-04-25)

@@ -4,0 +8,0 @@

+1
-1

@@ -37,3 +37,3 @@ import * as React from 'react';

clear: () => void;
show: <T>(render: AirshipRender<T>) => Promise<T>;
show: <T = void>(render: AirshipRender<T>) => Promise<T>;
}
{
"name": "react-native-airship",
"version": "0.2.9",
"version": "0.2.10",
"private": false,

@@ -5,0 +5,0 @@ "description": "Flexible toolkit for building modals & alerts",