Socket
Socket
Sign inDemoInstall

nativescript-in-app-notifications

Package Overview
Dependencies
Maintainers
30
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nativescript-in-app-notifications - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

in-app-notifications.android.js

109

package.json
{
"name": "nativescript-in-app-notifications",
"version": "0.2.0",
"description": "In app notifications plugin for NativeScript.",
"main": "in-app-notifications",
"typings": "index.d.ts",
"nativescript": {
"platforms": {
"ios": "2.3.0"
}
},
"scripts": {
"build": "tsc",
"build.demo": "tsc demo/app/*.ts",
"dev.ios": "npm run preparedemo && npm run reset.ios && cd demo && tns run ios",
"dev.android": "npm run preparedemo && npm run reset.android && cd demo && tns run android",
"reset.ios": "cd demo && tns platform remove ios && tns platform add ios",
"reset.android": "cd demo && tns platform remove android && tns platform add android",
"preparedemo": "npm run build && cd demo && tns plugin remove nativescript-in-app-notifications && tns plugin add .. && tns install",
"setup": "npm i && cd demo && npm i && cd .. && npm run build && cd demo && tns plugin add .. && tns platform add ios && tns platform add android",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"changelog:add": "git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md'",
"release:pre": "npm run build",
"release:post": "npm run changelog && npm run changelog:add",
"release:major": "npm run release:pre && npm version major && npm run release:post && git push origin && git push origin --tags && npm publish",
"release:minor": "npm run release:pre && npm version minor && npm run release:post && git push origin && git push origin --tags && npm publish",
"release:patch": "npm run release:pre && npm version patch && npm run release:post && git push origin && git push origin --tags && npm publish"
},
"repository": {
"type": "git",
"url": "https://github.com/Essent/nativescript-in-app-notifications.git"
},
"keywords": [
"NativeScript",
"JavaScript",
"iOS"
],
"author": {
"name": "Essent"
},
"bugs": {
"url": "https://github.com/Essent/nativescript-in-app-notifications.git/issues"
},
"license": "MIT",
"homepage": "https://github.com/Essent/nativescript-in-app-notifications",
"readmeFilename": "README.md",
"devDependencies": {
"conventional-changelog-cli": "^1.2.0",
"tns-core-modules": "~2.5.1",
"tns-platform-declarations": "~2.5.0",
"typescript": "~2.1.0"
},
"dependencies": {}
"name": "nativescript-in-app-notifications",
"version": "0.2.1",
"description": "Your awesome NativeScript plugin.",
"main": "in-app-notifications",
"typings": "index.d.ts",
"nativescript": {
"platforms": {
"android": "5.2.0",
"ios": "5.2.0"
}
},
"scripts": {
"tsc": "tsc",
"build": "npm run tsc && npm run build.native",
"build.native": "node scripts/build-native.js",
"postclone": "npm i && node scripts/postclone.js && cd ../demo && npm i && npx rimraf -- package-lock.json && cd ../src",
"test.android": "npm run tsc && npm run tslint && cd ../demo && tns build android && tns test android --justlaunch",
"test.ios": "npm run tsc && npm run tslint && cd ../demo && tns build ios && tns test ios --justlaunch",
"tslint": "cd .. && tslint \"**/*.ts\" --config tslint.json --exclude \"**/node_modules/**\"",
"plugin.tscwatch": "npm run tsc -- -w",
"demo.ios": "npm run tsc && cd ../demo && tns run ios --syncAllFiles --emulator",
"demo.android": "npm run tsc && cd ../demo && tns run android --syncAllFiles --emulator",
"demo.reset": "cd ../demo && npx rimraf -- hooks node_modules platforms package-lock.json",
"plugin.prepare": "npm run build && cd ../demo && tns plugin remove nativescript-in-app-notifications && tns plugin add ../src",
"clean": "npm run demo.reset && npx rimraf -- node_modules package-lock.json && npm i",
"ci.tslint": "npm i && tslint '**/*.ts' --config '../tslint.json' --exclude '**/node_modules/**' --exclude '**/platforms/**'",
"pack": "npm run build.native && npm pack"
},
"repository": {
"type": "git",
"url": "https://github.com/Essent/nativescript-in-app-notifications.git"
},
"keywords": [
"NativeScript",
"JavaScript",
"iOS"
],
"author": {
"name": "Essent"
},
"bugs": {
"url": "https://github.com/Essent/nativescript-in-app-notifications.git/issues"
},
"license": "MIT",
"homepage": "https://github.com/Essent/nativescript-in-app-notifications",
"readmeFilename": "README.md",
"devDependencies": {
"tns-core-modules": "^5.2.0",
"tns-platform-declarations": "^5.2.0",
"typescript": "~3.3.3",
"prompt": "^1.0.0",
"rimraf": "^2.6.3",
"tslint": "^5.12.1",
"semver": "^5.6.0"
},
"dependencies": {},
"bootstrapper": "nativescript-plugin-seed"
}
# NativeScript In App Notifications plugin
[![npm version](https://badge.fury.io/js/nativescript-in-app-notifications.svg)](https://www.npmjs.com/package/nativescript-in-app-notifications)
This is a plugin to show in app notifications on iOS, using [BSForegroundNotification](https://github.com/Essent/ForegroundNotification/tree/3.0-alpha) v3.0-alpha).
This is a plugin to show in app notifications on iOS, using [BSForegroundNotification](https://github.com/Essent/ForegroundNotification/tree/3.1) v3.1).

@@ -16,3 +17,3 @@ ## Demo

```ts
tns plugin add nativescript-in-app-notifications
npm install nativescript-in-app-notifications
```

@@ -19,0 +20,0 @@

@@ -1,4 +0,2 @@

/// <reference path="./node_modules/tns-core-modules/tns-core-modules.es2016.d.ts" />
/// <reference path="./node_modules/tns-platform-declarations/ios.d.ts" />
/// <reference path="./node_modules/tns-platform-declarations/android.d.ts" />
/// <reference path="./node_modules/tns-platform-declarations/android.d.ts" />
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