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
9
Versions
328
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.351 to 1.1.1-alpha.354

1

lib/interfaces/account-service.d.ts

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

accountOnBoarding(input: IIOnBoardingParams, context?: any): Promise<boolean>;
verifyUserEmailVerificationToken(id: string, token: string): Promise<Boolean>;
}

6

package.json
{
"name": "@adminide-stack/account-api-core",
"version": "1.1.1-alpha.351",
"version": "1.1.1-alpha.354",
"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.351"
"@adminide-stack/core": "1.1.1-alpha.354"
},

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

},
"gitHead": "d4d781bceb3d445959415fa5a130756231c54a19"
"gitHead": "d70b15b77d3ce5fc2a2b735f51a0ca8845dead2c"
}
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