Socket
Socket
Sign inDemoInstall

json-server

Package Overview
Dependencies
Maintainers
1
Versions
154
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-server - npm Package Compare versions

Comparing version 0.5.2 to 0.5.4

14

package.json
{
"name": "json-server",
"version": "0.5.2",
"version": "0.5.4",
"description": "Serves JSON files through REST routes.",
"main": "./src/server.js",
"main": "./src/index.js",
"bin": "./bin/index.js",

@@ -17,3 +17,3 @@ "directories": {

"got": "^1.2.2",
"lowdb": "^0.4.2",
"lowdb": "^0.5.1",
"method-override": "^2.1.2",

@@ -30,8 +30,10 @@ "morgan": "^1.3.1",

"devDependencies": {
"supertest": "~0.8.1",
"mocha": "~1.14.0"
"husky": "^0.6.1",
"mocha": "~1.14.0",
"supertest": "~0.8.1"
},
"scripts": {
"test": "mocha -R spec test",
"start": "node server.js"
"start": "node server.js",
"prepush": "npm t"
},

@@ -38,0 +40,0 @@ "repository": {

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