New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

nativescript-launchkit

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nativescript-launchkit - npm Package Compare versions

Comparing version
0.1.1
to
0.1.2
+1
-1
package.json
{
"name": "nativescript-launchkit",
"version": "v0.1.1",
"version": "v0.1.2",
"description": "Integrate native launchkit iOS widgets into NativeScript",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -1,3 +0,5 @@

# Nativescript LaunchKitSDK
# Nativescript LaunchKitSDK Wrapper
#[Setup LaunchKit Account](https://launchkit.io)#
[Live Demo](https://appetize.io/embed/cdakjetad96u126kdaaw89q4nw?device=iphone6s&scale=75&orientation=portrait&osVersion=9.3)

@@ -74,3 +76,3 @@

launchkit.showAppReviewCard({
page: page, //UIViewController from your pages nav
page: page //args.object from your onNavigatingTo, or onPageLoaded events
});

@@ -83,4 +85,6 @@ ```

launchkit.showAppReviewCard({
page: page, //UIViewController from your pages nav
page: page //args.object from your onNavigatingTo, or onPageLoaded events
});
```
```
### Note: Unofficial plugin just wrapping the official iOS SDK