Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@bzr/bazaar-mock

Package Overview
Dependencies
Maintainers
0
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bzr/bazaar-mock

Mock server to locally test Bazaar apps

  • 1.2.1
  • latest
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

Bazaar mock server

Use this server to test your Bazaar app locally.

npm install --save-dev @bzr/bazaar-mock
npx bzr

This will launch a mock Bazaar server on port 3377. It will also create an app with ID "test" that is expected to run on 'http://localhost:8080'.

You can change these defaults with the following options.

npx bzr [options]
  -i specify app ID. It is optional and defaults to 'test'.
  -u specify app URL. It is optional and defaults to 'http://localhost:8080'.
  -r specify redirect URI. Can be specified multiple times. It is optional and defaults to 'http://localhost:8080'.
  -p specify port. Default is 3377.
  -h show this help

FAQs

Package last updated on 22 Oct 2024

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc