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

tns-template-tab-navigation-ng

Package Overview
Dependencies
Maintainers
5
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 6.1.2 to 6.1.3

4

package.json

@@ -15,3 +15,3 @@ {

"templateType": "App template",
"version": "6.1.2",
"version": "6.1.3",
"description": "Tabbed interface template",

@@ -69,3 +69,3 @@ "author": "Telerik <support@telerik.com>",

},
"gitHead": "12284faf57b80a564bca5377e12c149c89d282c3"
"gitHead": "1a03a1b0aee557c8436be9bee621f14fd5023c06"
}

@@ -16,3 +16,3 @@ import { NgModule } from "@angular/core";

component: NSEmptyOutletComponent,
loadChildren: () => import(`~/app/home/home.module`).then((m) => m.HomeModule),
loadChildren: () => import("~/app/home/home.module").then((m) => m.HomeModule),
outlet: "homeTab"

@@ -23,3 +23,3 @@ },

component: NSEmptyOutletComponent,
loadChildren: () => import(`~/app/browse/browse.module`).then((m) => m.BrowseModule),
loadChildren: () => import("~/app/browse/browse.module").then((m) => m.BrowseModule),
outlet: "browseTab"

@@ -30,3 +30,3 @@ },

component: NSEmptyOutletComponent,
loadChildren: () => import(`~/app/search/search.module`).then((m) => m.SearchModule),
loadChildren: () => import("~/app/search/search.module").then((m) => m.SearchModule),
outlet: "searchTab"

@@ -33,0 +33,0 @@ }

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