New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

tns-template-tab-navigation

Package Overview
Dependencies
Maintainers
6
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tns-template-tab-navigation - npm Package Compare versions

Comparing version 3.4.0 to 3.4.1

.npmignore

2

app.js
require("./bundle-config");
const application = require("application");
application.start({ moduleName: "./tabs/tabs-page" });
application.start({ moduleName: "tabs/tabs-page" });

@@ -6,0 +6,0 @@ /*

@@ -5,7 +5,6 @@ if (global.TNS_WEBPACK) {

//register application modules
global.registerModule("tabs/tabs-page", () => require("./tabs/tabs-page"));
global.registerModule("browse/Browse", () => require("./browse/BrowseView"));
global.registerModule("home/Home", () => require("./home/HomeView"));
global.registerModule("search/Search", () => require("./search/SearchView"));
// register application modules
// This will register each `page` postfixed xml, css, js, ts, scss etc. in the app/ folder
const context = require.context("~/", true, /(page|fragment)\.(xml|css|js|ts|scss)$/);
global.registerWebpackModules(context);
}

@@ -6,3 +6,3 @@ {

"templateType": "App template",
"version": "3.4.0",
"version": "3.4.1",
"description": "Tabbed interface template",

@@ -31,8 +31,9 @@ "author": "Telerik <support@telerik.com>",

"dependencies": {
"nativescript-theme-core": "1.0.4",
"tns-core-modules": "3.4.0"
"nativescript-theme-core": "~1.0.4",
"tns-core-modules": "~3.4.0"
},
"devDependencies": {
"eslint": "4.9.0",
"nativescript-dev-sass": "1.3.5"
"eslint": "~4.9.0",
"nativescript-dev-sass": "~1.3.5",
"nativescript-dev-webpack": "~0.9.0"
},

@@ -39,0 +40,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

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