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

Angular2

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Angular2 - npm Package Compare versions

Comparing version 0.5.3 to 0.5.4

2

package.json

@@ -16,3 +16,3 @@ {

},
"version": "0.5.3",
"version": "0.5.4",
"engines": {

@@ -19,0 +19,0 @@ "vscode": "0.10.x"

@@ -56,16 +56,11 @@ {

"",
"import { ${Home}Component } from './${home}.component';",
"import { ${Name}Component } from './${name}.component';",
"",
"export const routes: Routes = [",
" {",
" path: '',",
" pathMatch: 'full',",
" redirectTo: '${home}',",
" },",
" { path: '${home}', component: ${Home}Component },",
" { path: '${path}', component: ${Name}Component },",
"];",
"",
"export const routing = RouterModule.forRoot(routes);",
"export const routing = RouterModule.for${Root|Child}(routes);",
"",
"export const routedComponents = [${Home}Component];"
"export const routedComponents = [${Name}Component];"
]

@@ -72,0 +67,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