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 1.0.0-alpha.1 to 1.0.0-alpha.3

lib/app.d.ts

9

package.json
{
"name": "json-server",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.3",
"description": "",

@@ -9,3 +9,4 @@ "type": "module",

"files": [
"lib"
"lib",
"public"
],

@@ -19,3 +20,5 @@ "scripts": {

"test": "node --import tsx/esm --test src/**/*.test.ts",
"prepare": "husky install"
"lint": "eslint src --ext .ts --ignore-path .gitignore",
"prepare": "husky install",
"prepublishOnly": "npm run build"
},

@@ -22,0 +25,0 @@ "keywords": [],

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