Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

auth-component

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

auth-component - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

10

package.json
{
"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
});
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