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

@lit-protocol/auth-helpers

Package Overview
Dependencies
Maintainers
0
Versions
290
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lit-protocol/auth-helpers - npm Package Compare versions

Comparing version 7.0.0-alpha.5 to 7.0.0-alpha.6

19

package.json

@@ -28,8 +28,8 @@ {

},
"version": "7.0.0-alpha.5",
"version": "7.0.0-alpha.6",
"dependencies": {
"@ethersproject/abstract-provider": "5.7.0",
"@ethersproject/contracts": "5.7.0",
"@ethersproject/providers": "^5.7.2",
"@lit-protocol/accs-schemas": "^0.0.12",
"@ethersproject/providers": "5.7.2",
"@lit-protocol/accs-schemas": "^0.0.15",
"@lit-protocol/contracts": "^0.0.63",

@@ -39,3 +39,2 @@ "@openagenda/verror": "^3.1.4",

"bech32": "^2.0.0",
"bs58": "^5.0.0",
"depd": "^2.0.0",

@@ -46,8 +45,8 @@ "ethers": "^5.7.1",

"util": "0.12.5",
"@lit-protocol/access-control-conditions": "7.0.0-alpha.5",
"@lit-protocol/constants": "7.0.0-alpha.5",
"@lit-protocol/logger": "7.0.0-alpha.5",
"@lit-protocol/misc": "7.0.0-alpha.5",
"@lit-protocol/types": "7.0.0-alpha.5",
"@lit-protocol/uint8arrays": "7.0.0-alpha.5",
"@lit-protocol/access-control-conditions": "7.0.0-alpha.6",
"@lit-protocol/constants": "7.0.0-alpha.6",
"@lit-protocol/logger": "7.0.0-alpha.6",
"@lit-protocol/misc": "7.0.0-alpha.6",
"@lit-protocol/types": "7.0.0-alpha.6",
"@lit-protocol/uint8arrays": "7.0.0-alpha.6",
"tslib": "1.14.1"

@@ -54,0 +53,0 @@ },

@@ -10,10 +10,1 @@ # Quick Start

```
### Vanilla JS (UMD)
```js
<script src="https://cdn.jsdelivr.net/npm/@lit-protocol/auth-helpers-vanilla/auth-helpers.js"></script>
<script>
console.log(LitJsSdk_authHelpers);
</script>
```
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