
Security News
PolinRider: North Korea-Linked Supply Chain Campaign Expands Across Open Source Ecosystems
PolinRider expands across npm, Packagist, Go modules, and Chrome extensions, using hidden loaders to target developer environments.
@flock/wirespec
Advanced tools
Simplify your API development workflows, accelerate implementation, and guarantee strict adherence to defined contract specifications
Simplify your API development workflows, accelerate implementation, and guarantee strict adherence to defined contract specifications
Wirespec is a tool that simplifies interface design using a contract-first approach, with concise, human-readable specifications as the single source of truth.
Visit wirespec.io for more information about the project.
You can install wirespec globally or as a dev dependency in your project:
# Install as a dev dependency
npm install --save-dev wirespec
# Or install globally
npm install -g wirespec
The wirespec plugin can be used directly through the command line. Below are some example commands:
# Create a new Wirespec file
wirespec generate <filename>
# Validate an existing Wirespec file
wirespec validate <filename>
You can also use wirespec in your JavaScript or TypeScript code:
import { generate, validate } from 'wirespec';
// Generate a Wirespec file
generate('example.wirespec');
// Validate a Wirespec file
const isValid = validate('example.wirespec');
console.log(`Is valid: ${isValid}`);
Contributions are welcome! If you find any issues or want to suggest new features, feel free to open an issue or submit a pull request.
See our CONTRIBUTING.md for more details
This project is licensed under the Apache-2.0 license.
Elevate your Wirespec development workflow with the wirespec npm library.
FAQs
Simplify your API development workflows, accelerate implementation, and guarantee strict adherence to defined contract specifications
The npm package @flock/wirespec receives a total of 243 weekly downloads. As such, @flock/wirespec popularity was classified as not popular.
We found that @flock/wirespec demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 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
PolinRider expands across npm, Packagist, Go modules, and Chrome extensions, using hidden loaders to target developer environments.

Security News
Open source attacks are accelerating as AI coding agents pull in dependencies faster, with less human review.

Research
/Security News
Malicious Chrome and Firefox extensions posed as free VPNs while stealing clipboard data through later extension updates.