New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@adminide-stack/account-api-core

Package Overview
Dependencies
Maintainers
10
Versions
327
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adminide-stack/account-api-core - npm Package Compare versions

Comparing version 1.1.1-alpha.308 to 1.1.1-alpha.309

3

lib/interfaces/account-service.d.ts

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

import { IUserAccount, IUserAccountCreateRequest, IIOnBoardingParams, IUserAccountUpdateRequest, IUserAccountRemoveRequest, IUserAccountWhere } from '@adminide-stack/core';
import { IUserAccount, IUserAccountCreateRequest, IIOnBoardingParams, IUserAccountUpdateRequest, IUserAccountRemoveRequest, IUserAccountWhere, IUserProfile, IUserAuth0UpdateFields } from '@adminide-stack/core';
/**

@@ -12,2 +12,3 @@ * Repository for Accounts, preferbly No Sql

}): Promise<IUserAccount>;
updateUserAccount(user: IUserProfile, userInfo: IUserAuth0UpdateFields): Promise<IUserAccount>;
/**

@@ -14,0 +15,0 @@ * Creates a new Account

{
"name": "@adminide-stack/account-api-core",
"version": "1.1.1-alpha.308",
"version": "1.1.1-alpha.309",
"description": "Adminide core for higher packages to depend on",

@@ -24,3 +24,3 @@ "main": "lib/index.js",

"dependencies": {
"@adminide-stack/core": "1.1.1-alpha.308"
"@adminide-stack/core": "1.1.1-alpha.309"
},

@@ -31,3 +31,3 @@ "typings": "lib/index.d.ts",

},
"gitHead": "7117558d004eae1556d95e28bd44fcabdc296136"
"gitHead": "6048596d75054e8aaabe5aa1fd7bbf2d96c6d98d"
}
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