
Security News
pnpm 11.5 Adds Support for Recognizing npm Staged Publishes
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.
@sei-atl/step-function-executor
Advanced tools
Use this utility to execute serverless Step Functions locally!
Example usage:
let { Serverless } = require('step-function-executor');
let serverless = new Serverless({ verbose: true }); serverless.load('serverless.yml', { stage: 'test' }).then(() =>{ let event = { context: { myParam: 'myValue' } }; let context = {}; serverless .getStepFunction() .execute(event, context) .then(event => { console.log('Ending event state:', JSON.stringify(event, null, 2)); }); });
FAQs
Use this utility to execute serverless Step Functions locally!
The npm package @sei-atl/step-function-executor receives a total of 64 weekly downloads. As such, @sei-atl/step-function-executor popularity was classified as not popular.
We found that @sei-atl/step-function-executor demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.

Security News
Federal audit finds NIST lacked a plan to clear the NVD backlog, wasted funds on duplicate work, and delayed use of CISA data.

Research
/Security News
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.