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
7
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 6.4.1-alpha.0 to 6.4.1

src/lib/utils.d.ts

18

package.json

@@ -24,4 +24,4 @@ {

"@ethersproject/providers": "5.7.2",
"@lit-protocol/accs-schemas": "0.0.7",
"@lit-protocol/contracts": "^0.0.61",
"@lit-protocol/accs-schemas": "0.0.9",
"@lit-protocol/contracts": "^0.0.39",
"ajv": "^8.12.0",

@@ -36,8 +36,8 @@ "ethers": "^5.7.1",

"util": "0.12.5",
"@lit-protocol/access-control-conditions": "6.4.1-alpha.0",
"@lit-protocol/constants": "6.4.1-alpha.0",
"@lit-protocol/logger": "6.4.1-alpha.0",
"@lit-protocol/misc": "6.4.1-alpha.0",
"@lit-protocol/types": "6.4.1-alpha.0",
"@lit-protocol/uint8arrays": "6.4.1-alpha.0"
"@lit-protocol/access-control-conditions": "6.4.1",
"@lit-protocol/constants": "6.4.1",
"@lit-protocol/logger": "6.4.1",
"@lit-protocol/misc": "6.4.1",
"@lit-protocol/types": "6.4.1",
"@lit-protocol/uint8arrays": "6.4.1"
},

@@ -52,4 +52,4 @@ "gitHead": "0d7334c2c55f448e91fe32f29edc5db8f5e09e4b",

},
"version": "6.4.1-alpha.0",
"version": "6.4.1",
"main": "./src/index.js"
}

@@ -7,2 +7,3 @@ "use strict";

const uint8arrays_1 = require("@lit-protocol/uint8arrays");
const utils_1 = require("./utils");
class LitResourceBase {

@@ -58,3 +59,4 @@ constructor(resource) {

constructor(resource) {
super(resource);
const fixedResource = (0, utils_1.formatPKPResource)(resource);
super(fixedResource);
this.resourcePrefix = types_1.LitResourcePrefix.PKP;

@@ -61,0 +63,0 @@ }

Sorry, the diff of this file is not supported yet

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