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.4.4 to 1.4.5

80

CHANGELOG.md

@@ -0,9 +1,11 @@

<a name="1.4.5"></a>
## [1.4.5](https://github.com/TobiasHennig/nativescript-toast/compare/v1.4.4...v1.4.5) (2017-01-12)
<a name="1.4.4"></a>
## [1.4.4](https://github.com/TobiasHennig/nativescript-toast/compare/v1.4.3...v1.4.4) (2017-01-03)
### Feature
* **#19:** Center-align text on Android
<a name="1.4.3"></a>

@@ -19,74 +21,2 @@ ## [1.4.3](https://github.com/TobiasHennig/nativescript-toast/compare/9cf55f5...v1.4.3) (2016-12-01)

<a name="1.4.1"></a>
## 1.4.1 (2016-11-15)
### Bug Fixes
* **#15:** Fix ios call ([9cf55f5](https://github.com/TobiasHennig/nativescript-toast/commit/9cf55f5))
* **publish:** ignore not needed artifacts ([12b3240](https://github.com/TobiasHennig/nativescript-toast/commit/12b3240)), closes [#16](https://github.com/TobiasHennig/nativescript-toast/issues/16)
<a name="1.4.0"></a>
# 1.4.0 (2016-11-06)
### Bug Fixes
* **#15:** Fix ios call ([9cf55f5](https://github.com/TobiasHennig/nativescript-toast/commit/9cf55f5))
<a name="1.3.0"></a>
# 1.3.0 (2016-06-10)
### Removed
- Drops iOS support because i'm unable to support a third-party pod
### Fixed
- #6: Issue installing the plugin on iOS
<a name="1.2.0"></a>
# 1.2.0 (2015-11-29)
### Added
- Finally replaced the pseudo iOS version with the [CocoaPod "JLToast"](https://github.com/devxoul/JLToast) to provide a similar experience on iOS, it worked but there is no `duration` parameter at the moment [#5](https://github.com/TobiasHennig/nativescript-toast/issues/4)
### Fixed
- #4: "Real" iOS version with CocoaPods
<a name="1.1.4"></a>
# 1.1.4 (2015-11-02)
### Fixed
- Fixed a bug in the iOS version because of a wrong export
### Changed
- Rewrite the iOS version with a better pattern
<a name="1.1.3"></a>
# 1.1.3 (2015-08-01)
### Added
- Screenshot added
<a name="1.1.1"></a>
# 1.1.1 (2015-07-31)
### Added
- Pseudo iOS version that log to the console
### Fixed
- #2: iOS Version
<a name="1.0.1"></a>
# 1.0.1 (2015-07-30)
### Fixed
- #1: Error: Module "nativescript-toast" not found
<a name="1.0.0"></a>
# 1.0.0 (2015-07-30)
Initial release

88

package.json
{
"name": "nativescript-toast",
"version": "1.4.4",
"description": "A NativeScript Toast Plugin for Android and iOS apps.",
"main": "toast.js",
"typings": "index.d.ts",
"scripts": {
"clean": "git checkout samples/angular/package.json && rm -rf node_modules target tmp && mkdir -p tmp && mkdir -p tmp/angular && cd samples/angular && rm -rf node_modules hooks platforms",
"test": "cd tmp/angular && cp -rp ../../samples/angular/* . && rm -rf platforms node_modules hooks && tns plugin add ../.. && tns install && tns build ios && tns build android",
"pre-e2e": "cd samples/angular && tns install && tns platform add ios && tns platform add android && tns build ios && tns build android",
"e2e": "cd samples/angular && tns test ios --emulator --justlaunch",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"changelog:add": "git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md'",
"release:pre": "npm run clean && npm run test",
"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"
},
"dependencies": {},
"devDependencies": {
"conventional-changelog-cli": "1.2.0"
},
"nativescript": {
"platforms": {
"android": "1.3.0",
"ios": "1.3.0"
}
},
"keywords": [
"NativeScript",
"Toast",
"Notification",
"Android"
],
"author": "Tobias Hennig <tobias.hennig1@gmail.com> (https://github.com/TobiasHennig)",
"repository": {
"type": "git",
"url": "https://github.com/TobiasHennig/nativescript-toast.git"
},
"bugs": {
"url": "https://github.com/TobiasHennig/nativescript-toast/issues"
},
"license": "MIT"
}
"name": "nativescript-toast",
"version": "1.4.5",
"description": "A NativeScript Toast Plugin for Android and iOS apps.",
"main": "toast",
"typings": "index.d.ts",
"scripts": {
"clean": "git checkout samples/angular/package.json && rm -rf node_modules target tmp && mkdir -p tmp && mkdir -p tmp/angular && cd samples/angular && rm -rf node_modules hooks platforms",
"test": "cd tmp/angular && cp -rp ../../samples/angular/* . && rm -rf platforms node_modules hooks && tns plugin add ../.. && tns install && tns build ios && tns build android",
"pre-e2e": "cd samples/angular && tns install && tns platform add ios && tns platform add android && tns build ios && tns build android",
"e2e": "cd samples/angular && tns test ios --emulator --justlaunch",
"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 clean && npm run test",
"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"
},
"dependencies": {},
"devDependencies": {
"conventional-changelog-cli": "1.2.0"
},
"nativescript": {
"platforms": {
"android": "1.3.0",
"ios": "1.3.0"
}
},
"keywords": [
"NativeScript",
"Toast",
"Notification",
"Android"
],
"author": "Tobias Hennig <tobias.hennig1@gmail.com> (https://github.com/TobiasHennig)",
"repository": {
"type": "git",
"url": "https://github.com/TobiasHennig/nativescript-toast.git"
},
"bugs": {
"url": "https://github.com/TobiasHennig/nativescript-toast/issues"
},
"license": "MIT"
}
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