
Product
Introducing Socket Firewall Enterprise: Flexible, Configurable Protection for Modern Package Ecosystems
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.
@zowe/cics-for-zowe-explorer-api
Advanced tools
Zowe Explorer for IBM CICS Transaction Server API
This is an API package that works alongside the Zowe® Explorer for IBM® CICS® Transaction Server VS Code extension to allow extenders to import and access interfaces relevent to extending the CICS extension.
import { ResourceTypes } from "@zowe/cics-for-zowe-explorer-api";
const localFileResource = ResourcesTypes.CICSLocalFile;
const programResource = ResourcesTypes.CICSProgram;
import { SupportedResourceTypes } from "@zowe/cics-for-zowe-explorer-api";
SupportedResourceTypes.map((resourceName: string) => console.log(resourceName));
import { IResource } from "@zowe/cics-for-zowe-explorer-api";
const program: IResource = {
eyu_cicsname: "MYREGION",
status: "enabled",
};
import { IResourceContext } from "@zowe/cics-for-zowe-explorer-api";
const resourceContext: IResourceContext;
const cicsSessionWithAuthToken = resourceContext.session;
console.log(`My resource is in region ${resourceContext.regionName} and CICSplex ${resourceContext.cicsplexName}`);
import { IExtensionAPI } from "@zowe/cics-for-zowe-explorer-api";
import { Extension } from "vscode";
const extension: Extension = vscode.extensions.getExtension("Zowe.cics-extension-for-zowe");
const api: IExtensionAPI = await extension?.activate();
FAQs
Zowe Explorer for IBM CICS Transaction Server API
We found that @zowe/cics-for-zowe-explorer-api demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 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.

Product
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.

Security News
Open source dashboard CNAPulse tracks CVE Numbering Authorities’ publishing activity, highlighting trends and transparency across the CVE ecosystem.

Product
Detect malware, unsafe data flows, and license issues in GitHub Actions with Socket’s new workflow scanning support.