nativescript-toast
Advanced tools
Comparing version 1.4.6 to 2.0.0-bugfix-swift4-1
@@ -1,6 +0,1 @@ | ||
//-------------------------- | ||
// nativescript-toast typings file. | ||
//------------------------- | ||
declare module 'nativescript-toast' { | ||
@@ -7,0 +2,0 @@ |
{ | ||
"name": "nativescript-toast", | ||
"version": "1.4.6", | ||
"version": "2.0.0-bugfix-swift4-1", | ||
"description": "A NativeScript Toast Plugin for Android and iOS apps.", | ||
@@ -8,6 +8,12 @@ "main": "toast", | ||
"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", | ||
"clean": "git checkout ../demo-angular/package.json && rm -rf node_modules target tmp && mkdir -p tmp && mkdir -p tmp/angular && cd ../demo-angular/ && rm -rf node_modules hooks platforms", | ||
"postclean": "npm i", | ||
"build": "echo Nothing to do", | ||
"tsc": "tsc", | ||
"ngc": "node --max-old-space-size=8192 ./node_modules/.bin/ngc", | ||
"tslint": "tslint '**/*.ts' --config '../tslint.json' --exclude '**/node_modules/**'", | ||
"test": "echo Nothing to do", | ||
"pree2e": "cd ../demo-angular/ && tns install && tns platform add ios && tns platform add android && tns build ios && tns build android", | ||
"e2e": "cd ../demo-angular/ && tns test ios --emulator --justlaunch", | ||
"ci.tslint": "npm i && tslint '**/*.ts' --config '../tslint.json' --exclude '**/node_modules/**'", | ||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0", | ||
@@ -22,4 +28,43 @@ "changelog:add": "git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md'", | ||
"dependencies": {}, | ||
"peerDependencies": { | ||
"tns-core-modules": ">=2.x|| >= 3.x || >=4.x || >=5.x" | ||
}, | ||
"optionalPeerDependencies": { | ||
"@angular/common": ">=2.x || >=4.x || >=5.x || >=6.x || >=7.x", | ||
"@angular/compiler": ">=2.x || >=4.x || >=5.x || >=6.x || >=7.x", | ||
"@angular/compiler-cli": ">=2.x || >=4.x || >=5.x || >=6.x || >=7.x", | ||
"@angular/core": ">=2.x || >=4.x || >=5.x || >=6.x || >=7.x", | ||
"@angular/forms": ">=2.x || >=4.x || >=5.x || >=6.x || >=7.x", | ||
"@angular/http": ">=2.x || >=4.x || >=5.x || >=6.x || >=7.x", | ||
"@angular/platform-browser": ">=2.x || >=4.x || >=5.x || >=6.x || >=7.x", | ||
"@angular/router": ">=2.x || >=4.x || >=5.x || >=6.x || >=7.x", | ||
"nativescript-angular": ">=2.x || >= 3.x || >=4.x || >=5.x || >=6.x || >=7.x" | ||
}, | ||
"devDependencies": { | ||
"conventional-changelog-cli": "1.2.0" | ||
"@angular/common": "~6.1.7", | ||
"@angular/compiler": "~6.1.7", | ||
"@angular/compiler-cli": "~6.1.7", | ||
"@angular/core": "~6.1.7", | ||
"@angular/forms": "~6.1.7", | ||
"@angular/http": "~6.1.7", | ||
"@angular/platform-browser": "~6.1.7", | ||
"@angular/platform-browser-dynamic": "~6.1.7", | ||
"@angular/router": "~6.1.7", | ||
"@types/jasmine": "2.5.53", | ||
"babel-cli": "^6.26.0", | ||
"babel-preset-es2015": "6.24.1", | ||
"conventional-changelog-cli": "1.3.1", | ||
"jasmine": "2.6.0", | ||
"jasmine-core": "2.6.4", | ||
"jasmine-reporters": "2.2.1", | ||
"mockery": "2.1.0", | ||
"nativescript-angular": "6.1.0", | ||
"rimraf": "2.6.1", | ||
"rxjs": "6.3.2", | ||
"tns-core-modules": "~5.2.0", | ||
"tns-platform-declarations": "~5.2.0", | ||
"tslib": "1.9.3", | ||
"tslint": "~5.11.0", | ||
"typescript": "2.7.2", | ||
"zone.js": "0.8.26" | ||
}, | ||
@@ -26,0 +71,0 @@ "nativescript": { |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
106777
3010
1
26
8
2
2
0
1
1