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

auth0-js

Package Overview
Dependencies
Maintainers
3
Versions
264
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

auth0-js - npm Package Compare versions

Comparing version 2.0.11 to 2.0.12

7

Gruntfile.js

@@ -45,7 +45,2 @@ var fs = require('fs');

'build/auth0.js': ['standalone.js'],
}
},
debug: {
files: {
'build/auth0.debug.js': ['standalone.js'],
},

@@ -174,3 +169,3 @@ options: {

grunt.registerTask("build", ["clean", "browserify:dist", "browserify:debug", "uglify:min", "copy:example"]);
grunt.registerTask("build", ["clean", "browserify:dist", "uglify:min", "copy:example"]);
grunt.registerTask("example", ["connect:example", "watch", "build"]);

@@ -177,0 +172,0 @@ grunt.registerTask("example_https", ["connect:example_https", "watch", "build"]);

2

package.json
{
"name": "auth0-js",
"version": "2.0.11",
"version": "2.0.12",
"description": "Auth0 headless browser sdk",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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