@evervault/sdk
Advanced tools
Comparing version 0.3.2 to 0.3.3
@@ -330,3 +330,7 @@ /** @format */ | ||
*/ | ||
checkAuth: function() { | ||
checkAuth: function(appId) { | ||
if (appId) { | ||
this.init(appId); | ||
} | ||
const urlKey = window.location.hash.substring(2); | ||
@@ -350,2 +354,3 @@ window.location.hash = '/'; | ||
}, | ||
auth: (appId) => module.exports.checkAuth(appId), | ||
}; |
{ | ||
"name": "@evervault/sdk", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "evervault Browser SDK", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -66,3 +66,3 @@ <img src="https://raw.githubusercontent.com/evervault/evervault-sdk/master/logo.png" height="35" /> | ||
```javascript | ||
evervault.set([toGet]): Promise<Object> | ||
evervault.get([toGet]): Promise<Object> | ||
``` | ||
@@ -69,0 +69,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
47005
13
740
4