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

@jcoreio/auth0-meteor

Package Overview
Dependencies
Maintainers
5
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jcoreio/auth0-meteor - npm Package Compare versions

Comparing version

to
3.4.1

1

lib/client/Auth.js

@@ -44,3 +44,2 @@ 'use strict';

var Meteor = Package.meteor.Meteor;
// $FlowFixMe

@@ -47,0 +46,0 @@ var Params = exports.Params = _flowRuntime2.default.type('Params', _flowRuntime2.default.object(_flowRuntime2.default.property('domain', _flowRuntime2.default.string()), _flowRuntime2.default.property('clientID', _flowRuntime2.default.string()), _flowRuntime2.default.property('redirectUri', _flowRuntime2.default.string(), true)));

6

package.json
{
"name": "@jcoreio/auth0-meteor",
"version": "3.4.0",
"version": "3.4.1",
"description": "Auth0 integration with Meteor Accounts",

@@ -22,3 +22,3 @@ "main": "lib/index.js",

"prepush": "npm test",
"prepublish": "npm run lint && flow && npm test && npm run build && npm run copy-flow-files",
"prepublish": "npm run lint && npm test && npm run build && npm run copy-flow-files",
"open:coverage": "open coverage/lcov-report/index.html",

@@ -90,3 +90,3 @@ "semantic-release": "semantic-release pre && npm publish && semantic-release post"

"auth0": "^2.7.0",
"auth0-js": "^8.10.1",
"auth0-js": "^9.22.1",
"es6-promisify": "^5.0.0",

@@ -93,0 +93,0 @@ "flow-runtime": "^0.14.0",

@@ -5,3 +5,2 @@ // @flow

import {Meteor} from 'meteor/meteor'
// $FlowFixMe
import {WebAuth} from 'auth0-js'

@@ -8,0 +7,0 @@ import loginWithAuth0 from './loginWithAuth0'