nativescript-in-app-notifications
Advanced tools
Comparing version 0.2.1 to 1.0.0
{ | ||
"name": "nativescript-in-app-notifications", | ||
"version": "0.2.1", | ||
"version": "1.0.0", | ||
"description": "Your awesome NativeScript plugin.", | ||
@@ -9,22 +9,18 @@ "main": "in-app-notifications", | ||
"platforms": { | ||
"android": "5.2.0", | ||
"ios": "5.2.0" | ||
"android": "6.0.0", | ||
"ios": "6.0.1" | ||
} | ||
}, | ||
"scripts": { | ||
"tsc": "tsc", | ||
"tsc": "npm i && 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", | ||
"ci.tslint": "npm i && tslint '**/*.ts' --config '../tslint.json' --exclude '**/node_modules/**' --exclude '**/platforms/**'", | ||
"prepack": "npm run build.native", | ||
"demo.ios": "npm i && cd ../demo && tns run ios", | ||
"demo.android": "npm i && cd ../demo && tns run android", | ||
"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" | ||
"clean": "npm run demo.reset && npx rimraf -- node_modules package-lock.json && npm i" | ||
}, | ||
@@ -50,5 +46,5 @@ "repository": { | ||
"devDependencies": { | ||
"tns-core-modules": "^5.2.0", | ||
"tns-platform-declarations": "^5.2.0", | ||
"typescript": "~3.3.3", | ||
"tns-core-modules": "^6.0.0", | ||
"tns-platform-declarations": "^6.0.0", | ||
"typescript": "~3.4.5", | ||
"prompt": "^1.0.0", | ||
@@ -55,0 +51,0 @@ "rimraf": "^2.6.3", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
0
11119
1