@jcoreio/auth0-meteor
Advanced tools
Comparing version
@@ -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))); |
{ | ||
"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' |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
-100%54138
-87.9%23
-25.81%944
-0.21%+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated