tns-template-tab-navigation
Advanced tools
Comparing version 4.1.2 to 4.2.0
{ | ||
"main": "app.js", | ||
"nativescript": { | ||
"id": "org.nativescript.TabNavigation", | ||
"templateVersion": "v2", | ||
"tns-android": { | ||
"version": "4.2.0" | ||
}, | ||
"tns-ios": { | ||
"version": "4.2.0" | ||
} | ||
}, | ||
"name": "tns-template-tab-navigation", | ||
"displayName": "Tabs", | ||
"templateType": "App template", | ||
"version": "4.1.2", | ||
"version": "4.2.0", | ||
"description": "Tabbed interface template", | ||
@@ -27,7 +36,11 @@ "author": "Telerik <support@telerik.com>", | ||
"homepage": "https://github.com/NativeScript/template-tab-navigation", | ||
"android": { | ||
"v8Flags": "--expose_gc" | ||
"bugs": { | ||
"url": "https://github.com/NativeScript/NativeScript/issues" | ||
}, | ||
"scripts": { | ||
"lint": "eslint \"app/**/*.js\"" | ||
}, | ||
"dependencies": { | ||
"nativescript-theme-core": "~1.0.4" | ||
"nativescript-theme-core": "~1.0.4", | ||
"tns-core-modules": "~4.2.0" | ||
}, | ||
@@ -37,8 +50,4 @@ "devDependencies": { | ||
"nativescript-dev-sass": "~1.6.0", | ||
"nativescript-dev-webpack": "~0.14.0" | ||
}, | ||
"scripts": { | ||
"preinstall": "node tools/preinstall.js", | ||
"postinstall": "node tools/postinstall.js" | ||
"nativescript-dev-webpack": "~0.15.0" | ||
} | ||
} |
@@ -63,3 +63,3 @@ # NativeScript Core Tab Navigation Template | ||
If you have found an issue with this template, please report the problem in the [Issues](https://github.com/NativeScript/template-tab-navigation/issues). | ||
If you have found an issue with this template, please report the problem in the [NativeScript repository](https://github.com/NativeScript/NativeScript/issues). | ||
@@ -66,0 +66,0 @@ ## Contributing |
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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 2 instances in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
0
0
1
2843674
2
114
504
+ Addedtns-core-modules@~4.2.0
+ Addedtns-core-modules@4.2.2(transitive)
+ Addedtns-core-modules-widgets@4.2.1(transitive)