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

@launchtray/hatch-user-management-client

Package Overview
Dependencies
Maintainers
1
Versions
175
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@launchtray/hatch-user-management-client - npm Package Compare versions

Comparing version 0.22.1 to 0.23.0-alpha.0

2

dist/UserAttributes.d.ts

@@ -1,2 +0,2 @@

declare type UserAttributes = Record<string, unknown> | null | undefined;
type UserAttributes = Record<string, unknown> | null | undefined;
export default UserAttributes;

@@ -28,3 +28,3 @@ import UserAttributes from './UserAttributes';

export declare const TENANT_ID_HEADER = "x-tenant-id";
export declare type UserManagementClientOptions = {
export type UserManagementClientOptions = {
tenantId?: string;

@@ -31,0 +31,0 @@ };

{
"name": "@launchtray/hatch-user-management-client",
"version": "0.22.1",
"version": "0.23.0-alpha.0",
"main": "./dist/index.js",

@@ -12,3 +12,3 @@ "typings": "./dist/index.d.ts",

"@launchtray/tsyringe-async": "4.3.3",
"@launchtray/hatch-util": "0.22.1"
"@launchtray/hatch-util": "0.23.0-alpha.0"
},

@@ -25,5 +25,5 @@ "devDependencies": {

"rimraf": "3.0.0",
"typescript": "4.7.4",
"@launchtray/hatch-eslint-config": "0.22.1",
"@launchtray/hatch-util": "0.22.1"
"typescript": "4.9.5",
"@launchtray/hatch-eslint-config": "0.23.0-alpha.0",
"@launchtray/hatch-util": "0.23.0-alpha.0"
},

@@ -30,0 +30,0 @@ "scripts": {

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc