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

emocks

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

emocks - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

.github/workflows/node.js.yml

8

package.json
{
"name": "emocks",
"version": "2.0.0",
"version": "2.0.1",
"description": "Mock server based on expressjs",

@@ -27,5 +27,5 @@ "main": "dist/index.js",

"devDependencies": {
"@babel/core": "^7.16.7",
"@babel/preset-env": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@babel/core": "7.18.5",
"@babel/preset-env": "7.18.2",
"@babel/preset-typescript": "7.17.12",
"@types/express": "^4.17.13",

@@ -32,0 +32,0 @@ "@types/jest": "^27.4.0",

# emocks
emocks - express mocks
emocks is a mocking middleware for express servers.
<img src="https://github.com/duskpoet/emocks/actions/workflows/node.js.yml/badge.svg">
## How does it work?

@@ -5,0 +7,0 @@ * Organize all of your mocks using folder structure, representing your api url

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