New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

fake-api-server

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fake-api-server - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

.npmignore

10

package.json
{
"name": "fake-api-server",
"version": "0.1.0",
"version": "0.1.1",
"author": "Andrew Couch <fake-api-server@andrewcou.ch>",
"description": "A simple, easy mock REST API server.",
"repository": "",
"main": "./lib/index",
"repository" : {
"repository": {
"type": "git",
"url": "https://github.com/couchand/fake-api-server.git"
},
"main": "./lib/index",
"license": "MIT",

@@ -19,3 +18,4 @@ "keywords": [

"dependencies": {
"express": "~4.2.0"
"express": "~4.2.0",
"body-parser": "~1.2.0"
},

@@ -22,0 +22,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

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