Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
@vendasta/accounts
Advanced tools
This provides a typescript implementation of the accounts microservice
To setup the sdk you will need to:
Install the sdk to your project
npm install @vendasta/accounts --save
import {AccountsService} from "@vendasta/accounts/legacy";
export class MyClass {
constructor(private accountsServce: AccountsService) {}
}
The Accounts sdk requires the following vendasta packages to be implemented by the project:
EnvironmentService
(https://www.npmjs.com/package/@vendasta/core)PartnerService
(https://www.npmjs.com/package/@vendasta/core)SessionService
(https://www.npmjs.com/package/@vendasta/core)Please follow their instructions on how to set those packages up.
activateAddon(businessId: string, appId: string, addOnId: string): Observable<string>
Activate the addon of a product
deactivateAddon(businessId: string, appId: string, addonId: string, activationId: string): void
Deactivate the addon of a product
listAddonActivations(businessId: string, appId: string): Observable<any>
List activations of an app's addons for a business
delete(businessId: string, appId: string, accountId: string, productId: string): Observable<Response>
Deactivate an app / product
FAQs
SDK to interact with the accounts service
The npm package @vendasta/accounts receives a total of 304 weekly downloads. As such, @vendasta/accounts popularity was classified as not popular.
We found that @vendasta/accounts demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.