Socket
Socket
Sign inDemoInstall

tssrp6a

Package Overview
Dependencies
2
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.4 to 1.0.5

config.ts

4

index.d.ts
export { SRPConfig } from "./config";
export { SRPParameters } from "./parameters";
export { SRPRoutines } from "./routines";
export { SRPClientSession } from "./session-client";
export { createVerifierAndSalt, IVerifierAndSalt } from "./utils";
export { SRPClientSession, ISRPClientCredentials } from "./session-client";
export { createVerifierAndSalt, IVerifierAndSalt, bigIntegerToWordArray, wordArrayToBigInteger, generateRandomBigInteger, } from "./utils";

@@ -13,2 +13,5 @@ "use strict";

exports.createVerifierAndSalt = utils_1.createVerifierAndSalt;
exports.bigIntegerToWordArray = utils_1.bigIntegerToWordArray;
exports.wordArrayToBigInteger = utils_1.wordArrayToBigInteger;
exports.generateRandomBigInteger = utils_1.generateRandomBigInteger;
//# sourceMappingURL=index.js.map
{
"name": "tssrp6a",
"version": "1.0.4",
"version": "1.0.5",
"main": "index.js",
"files": ["*.js", "*.js.map", "*.d.ts"],
"types": "index.d.ts",

@@ -28,3 +27,3 @@ "private": false,

"scripts": {
"build": "yarn tsc src/index.ts --target es6 --module commonjs --outDir ./ --sourcemap --declaration",
"build": "yarn tsc index.ts --target es6 --module commonjs --outDir ./ --sourcemap --declaration",
"test": "TS_NODE_COMPILER_OPTIONS='{\"types\": [\"node\"]}' yarn tape 'test/**/*.test.*' -r ts-node/register",

@@ -31,0 +30,0 @@ "test:report": "TAPE_RAW_OUTPUT=1 yarn test | yarn tap-junit -o reports -n unit",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc