
Research
2025 Report: Destructive Malware in Open Source Packages
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.
@shipengine/connect-local-dev-api
Advanced tools
The ShipEngine Integration Platform local development API
⚠ WARNING: This is an internal package
Using this package directly is discouraged and unsupported. Instead, you should install @shipengine/connect which uses this package under the hood. See our documentation for more information.
This package makes ShipEngine Connect apps callable via an API. It can be used as a standalone tool, or via the ShipEngine Connect CLI.
$ npm install @shipengine/connect-local-dev-api
"use strict";
const server = require("@shipengine/connect-local-dev-api")
.default;
const pathToApp = process.argv[2];
const port = process.argv[3];
server(port, pathToApp);
The development server will start on localhost:3000 by default. It automatically detects file changes with nodemon, and transpiles TypeScript on the fly using ts-node.
Note: Make sure to edit nodemon.json so that the exec command points to the absolute path of the Connect App on your system.
$ npm run start:dev
Test are written in TypeScript, and use ts-node to handle transpiling.
$ npm test
To release a new version, use the command below.
npm run release
This will do the following:
Once the commit is merged to the master branch, the CI/CD script will publish it to NPM.
FAQs
The ShipEngine Integration Platform local development API
The npm package @shipengine/connect-local-dev-api receives a total of 8 weekly downloads. As such, @shipengine/connect-local-dev-api popularity was classified as not popular.
We found that @shipengine/connect-local-dev-api demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 13 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
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.

Security News
Socket CTO Ahmad Nassri shares practical AI coding techniques, tools, and team workflows, plus what still feels noisy and why shipping remains human-led.

Research
/Security News
A five-month operation turned 27 npm packages into durable hosting for browser-run lures that mimic document-sharing portals and Microsoft sign-in, targeting 25 organizations across manufacturing, industrial automation, plastics, and healthcare for credential theft.