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

@evervault/sdk

Package Overview
Dependencies
Maintainers
5
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@evervault/sdk - npm Package Compare versions

Comparing version 0.3.2 to 0.3.3

.github/workflows/publish-npm.yml

7

index.js

@@ -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),
};

2

package.json
{
"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 @@

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