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

json-server-client

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-server-client - npm Package Compare versions

Comparing version 0.4.4 to 0.4.5

10

package.json
{
"name": "json-server-client",
"version": "0.4.4",
"version": "0.4.5",
"description": "",
"author": "luics.xu@gmail.com",
"license": "MIT",
"main": "lib/index.js",
"types": "lib/index.d.js",
"main": "cjs/index.js",
"types": "cjs/index.d.js",
"files": [
"lib"
"cjs"
],

@@ -21,3 +21,3 @@ "keywords": [

"server": "json-server-simple --watch 'test/db.json' --schema 'test/schema.json' --port 3000 --token 1989 --level access",
"dist:lib": "rm -rf ./lib && webpack --config webpack.cjs.config.js",
"dist:lib": "rm -rf ./cjs && webpack --config webpack.cjs.config.js",
"lint": "eslint \"{src,test}/**/*.{ts,tsx,js}\"",

@@ -24,0 +24,0 @@ "lint:dev": "nodemon --watch .eslintrc.json --exec \"run-s clear lint\"",

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