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

@usecapsule/user-management-client

Package Overview
Dependencies
Maintainers
6
Versions
142
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@usecapsule/user-management-client - npm Package Compare versions

Comparing version 0.25.0 to 1.0.0

dist/cjs/index.js

12

dist/cjs/client.js

@@ -35,3 +35,3 @@ "use strict";

EmailTheme["DARK"] = "dark";
})(EmailTheme = exports.EmailTheme || (exports.EmailTheme = {}));
})(EmailTheme || (exports.EmailTheme = EmailTheme = {}));
var PublicKeyStatus;

@@ -41,3 +41,3 @@ (function (PublicKeyStatus) {

PublicKeyStatus["COMPLETE"] = "COMPLETE";
})(PublicKeyStatus = exports.PublicKeyStatus || (exports.PublicKeyStatus = {}));
})(PublicKeyStatus || (exports.PublicKeyStatus = PublicKeyStatus = {}));
var PublicKeyType;

@@ -47,3 +47,3 @@ (function (PublicKeyType) {

PublicKeyType["WEB"] = "WEB";
})(PublicKeyType = exports.PublicKeyType || (exports.PublicKeyType = {}));
})(PublicKeyType || (exports.PublicKeyType = PublicKeyType = {}));
var SignatureScheme;

@@ -53,3 +53,3 @@ (function (SignatureScheme) {

SignatureScheme["CGGMP"] = "CGGMP";
})(SignatureScheme = exports.SignatureScheme || (exports.SignatureScheme = {}));
})(SignatureScheme || (exports.SignatureScheme = SignatureScheme = {}));
var Chain;

@@ -60,3 +60,3 @@ (function (Chain) {

Chain["MATIC"] = "MATIC";
})(Chain = exports.Chain || (exports.Chain = {}));
})(Chain || (exports.Chain = Chain = {}));
var EncryptorType;

@@ -67,3 +67,3 @@ (function (EncryptorType) {

EncryptorType["BIOMETRICS"] = "BIOMETRICS";
})(EncryptorType = exports.EncryptorType || (exports.EncryptorType = {}));
})(EncryptorType || (exports.EncryptorType = EncryptorType = {}));
exports.KeyType = {

@@ -70,0 +70,0 @@ USER: 'USER',

{
"name": "@usecapsule/user-management-client",
"version": "0.25.0",
"main": "dist/cjs/client.js",
"module": "dist/esm/client.js",
"types": "dist/types/client.d.ts",
"typings": "dist/types/client.d.ts",
"packageManager": "yarn@3.2.3",
"version": "1.0.0",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
"typings": "dist/types/index.d.ts",
"sideEffects": false,
"scripts": {

@@ -20,3 +20,15 @@ "build": "yarn build:cjs && yarn build:esm && yarn build:types",

"typescript": "^5.0.4"
}
},
"files": [
"dist",
"package.json"
],
"exports": {
".": {
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js",
"types": "./dist/types/index.d.ts"
}
},
"gitHead": "372b5de7cef0aa65a66352b10a7c804c8a2586f6"
}
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