
Research
Security News
The Growing Risk of Malicious Browser Extensions
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
@salesforce/types
Advanced tools
This repository contains the full Salesforce WSDL files. These files are used primarily by tooling vendors to build tools for developing on the Salesforce platform.
These wsdls are the source for generating the types found in the @salesforce/types
package. These can be used in your code like
import type { LogCategory } from '@salesforce/types/apex';
import type { TestLevel } from '@salesforce/types/metadata';
import type { StatusCode } from '@salesforce/types/partner';
import type { PermissionSetFlowAccess } from '@salesforce/types/tooling';
We also additionally publish a schema type ApiSchemaTypes
with each file that can serve as a parseable index of type names to types.
We do not accept contributions or issues to this repository. These files are provided as reference only. No support is provided for this repository.
For future Salesforce employees looking to update this repo, instructions are here.
FAQs
contains typescript types for salesforce objets
The npm package @salesforce/types receives a total of 150,921 weekly downloads. As such, @salesforce/types popularity was classified as popular.
We found that @salesforce/types 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.
Research
Security News
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
Research
Security News
An in-depth analysis of credential stealers, crypto drainers, cryptojackers, and clipboard hijackers abusing open source package registries to compromise Web3 development environments.
Security News
pnpm 10.12.1 introduces a global virtual store for faster installs and new options for managing dependencies with version catalogs.