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

@lit-protocol/misc

Package Overview
Dependencies
Maintainers
7
Versions
508
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lit-protocol/misc - npm Package Compare versions

Comparing version 6.5.3 to 6.6.0

src/lib/helper/session-sigs-validator.d.ts

8

package.json

@@ -29,5 +29,5 @@ {

"util": "0.12.5",
"@lit-protocol/constants": "6.5.3",
"@lit-protocol/logger": "6.5.3",
"@lit-protocol/types": "6.5.3",
"@lit-protocol/constants": "6.6.0",
"@lit-protocol/logger": "6.6.0",
"@lit-protocol/types": "6.6.0",
"tslib": "1.14.1"

@@ -43,4 +43,4 @@ },

],
"version": "6.5.3",
"version": "6.6.0",
"main": "./src/index.js"
}
export * from './lib/misc';
export { validateSessionSig, validateSessionSigs, } from './lib/helper/session-sigs-validator';
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.validateSessionSigs = exports.validateSessionSig = void 0;
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./lib/misc"), exports);
var session_sigs_validator_1 = require("./lib/helper/session-sigs-validator");
Object.defineProperty(exports, "validateSessionSig", { enumerable: true, get: function () { return session_sigs_validator_1.validateSessionSig; } });
Object.defineProperty(exports, "validateSessionSigs", { enumerable: true, get: function () { return session_sigs_validator_1.validateSessionSigs; } });
//# sourceMappingURL=index.js.map

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