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

angular-auth0

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-auth0 - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

index.js

3

bower.json
{
"name": "angular-auth0",
"main": "angular-auth0.js",
"version": "1.0.5",
"dependencies": {
"angular": "*",
"auth0.js": ">= 7.2.0"
"auth0.js": "^7.2.0"
},

@@ -8,0 +9,0 @@ "resolutions": {

{
"name": "angular-auth0",
"version": "1.0.4",
"version": "1.0.5",
"description": "Auth0.js wrapper for Angular.js",
"main": "angular-auth0.js",
"main": "index.js",
"repository": {

@@ -7,0 +7,0 @@ "type": "git",

@@ -5,2 +5,4 @@ # Auth0.js for Angular 1.x

> Note: angular-auth0 v1 is to be used with auth0.js v7.
See the [sample project](https://github.com/auth0-samples/auth0-angularjs-sample/tree/master/02-Custom-Login) for further detail on how to use angular-auth0.

@@ -19,8 +21,4 @@

```html
...
<script src="bower_components/auth0.js/build/auth0.js"></script>
<script src="bower_components/angular-auth0/build/angular-auth0.js"></script>
...
```

@@ -61,12 +59,6 @@

```html
...
<div ng-controller="loginController as login">
...
<button ng-click="login.login(options)">Log In</button>
...
</div>

@@ -73,0 +65,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