
Security News
pnpm 10.12 Introduces Global Virtual Store and Expanded Version Catalogs
pnpm 10.12.1 introduces a global virtual store for faster installs and new options for managing dependencies with version catalogs.
@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 409 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
pnpm 10.12.1 introduces a global virtual store for faster installs and new options for managing dependencies with version catalogs.
Security News
Amaro 1.0 lays the groundwork for stable TypeScript support in Node.js, bringing official .ts loading closer to reality.
Research
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.