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
7
Versions
322
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.153 to 1.1.1-alpha.156

3

lib/interfaces/account-service.d.ts

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

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

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

deleteAccount(account: IUserAccountRemoveRequest): Promise<boolean>;
accountOnBoarding(input: IIOnBoardingParams, context?: any): Promise<boolean>;
}
{
"name": "@adminide-stack/account-api-core",
"version": "1.1.1-alpha.153",
"version": "1.1.1-alpha.156",
"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.153"
"@adminide-stack/core": "1.1.1-alpha.156"
},

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

},
"gitHead": "b83abd357cba36116b1943690487a3c3205e12ff"
"gitHead": "5750f8b8381c2b916fcfc59345d83228730bb9d9"
}
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