🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

nativescript-toast

Package Overview
Dependencies
Maintainers
2
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nativescript-toast - npm Package Compare versions

Comparing version

to
1.4.0-6

2

package.json
{
"name": "nativescript-toast",
"version": "1.4.0-5",
"version": "1.4.0-6",
"description": "A NativeScript Toast Plugin for Android and iOS apps.",

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

@@ -46,3 +46,13 @@ # NativeScript Toast Plugin

```
Or via import:
```js
import * as Toast from 'nativescript-toast';
// ...
var toast = Toast.makeText("Hello World");
toast.show();
```
It is also possible to chain the methods.

@@ -49,0 +59,0 @@ ```js