New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
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 1.3.0 to 1.4.0-1

.travis.yml

12

package.json
{
"name": "nativescript-toast",
"version": "1.3.0",
"description": "A NativeScript Toast Plugin for Android apps.",
"version": "1.4.0-1",
"description": "A NativeScript Toast Plugin for Android and iOS apps.",
"main": "toast.js",
"typings": "index.d.ts",
"scripts": {
"clean": "rm -rf node_modules hooks target tmp && mkdir tmp",
"test": "cd tmp && tns create my-test-app --ng && cd my-test-app && rm -rf platforms node_modules hooks && tns plugin add ../.. && tns install && tns build ios && tns build android"
},
"nativescript": {
"platforms": {
"android": "1.3.0"
"android": "1.3.0",
"ios": "1.3.0"
}

@@ -10,0 +16,0 @@ },

# NativeScript Toast Plugin
> A NativeScript Toast Plugin for Android apps.
[![Build Status](https://travis-ci.org/TobiasHennig/nativescript-toast.svg?branch=master)](https://travis-ci.org/TobiasHennig/nativescript-toast)
[![npm version](https://badge.fury.io/js/nativescript-toast.svg)](http://badge.fury.io/js/nativescript-toast)
> A NativeScript Toast Plugin for Android and iOS apps.
[![NPM](https://nodei.co/npm/nativescript-toast.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/nativescript-toast/)
## What is a toast?

@@ -6,0 +11,0 @@

Sorry, the diff of this file is not supported yet

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