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

@zemke/http-mock

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zemke/http-mock - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

2

package.json
{
"name": "@zemke/http-mock",
"version": "2.0.1",
"version": "2.0.2",
"description": "Serve JSON mocks conveniently.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -11,3 +11,3 @@ # `http-mock`

// When http://localhost:3333/api/tournamnet is requested
// When http://localhost:3333/api/tournament is requested
// respond with contents of the JSON file under the given path.

@@ -14,0 +14,0 @@ httpMock.add('/api/tournament', __dirname + '/mocks/api_tournament.json');

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