auth-component
Advanced tools
Comparing version 3.0.1 to 3.0.2
{ | ||
"name": "auth-component", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "Simple authentication utilities for DoneJS", | ||
@@ -65,7 +65,7 @@ "homepage": "https://github.com/icanjs/auth-component", | ||
"dependencies": { | ||
"can-component": "^3.0.0-pre.8", | ||
"can-define": "^0.7.4", | ||
"can-component": "^3.0.0-pre.14", | ||
"can-define": "^0.7.7", | ||
"can-route": "^3.0.0-pre.9", | ||
"can-stache": "^3.0.0-pre.6", | ||
"steal-stache": "^3.0.0-pre.2" | ||
"can-stache": "^3.0.0-pre.11", | ||
"steal-stache": "^3.0.0-pre.3" | ||
}, | ||
@@ -72,0 +72,0 @@ "devDependencies": { |
@@ -172,5 +172,5 @@ import Component from 'can-component'; | ||
tag: 'auth-component', | ||
viewModel: ViewModel, | ||
ViewModel, | ||
template, | ||
leakScope: true | ||
}); |
@@ -16,4 +16,4 @@ import Component from 'can-component'; | ||
tag: 'auth-ui-wide', | ||
viewModel: ViewModel, | ||
ViewModel: ViewModel, | ||
template | ||
}); |
@@ -17,4 +17,4 @@ import Component from 'can-component'; | ||
tag: 'auth-ui', | ||
viewModel: ViewModel, | ||
ViewModel: ViewModel, | ||
template | ||
}); |
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
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
86750
Updatedcan-component@^3.0.0-pre.14
Updatedcan-define@^0.7.7
Updatedcan-stache@^3.0.0-pre.11
Updatedsteal-stache@^3.0.0-pre.3