
Security News
CVE Volume Surges Past 48,000 in 2025 as WordPress Plugin Ecosystem Drives Growth
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.
@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 2 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.

Security News
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.

Security News
Socket CEO Feross Aboukhadijeh joins Insecure Agents to discuss CVE remediation and why supply chain attacks require a different security approach.

Security News
Tailwind Labs laid off 75% of its engineering team after revenue dropped 80%, as LLMs redirect traffic away from documentation where developers discover paid products.