Socket
Socket
Sign inDemoInstall

quidproquo-webserver

Package Overview
Dependencies
Maintainers
1
Versions
226
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quidproquo-webserver - npm Package Compare versions

Comparing version 0.0.24 to 0.0.25

7

package.json
{
"name": "quidproquo-webserver",
"version": "0.0.24",
"version": "0.0.25",
"description": "",

@@ -12,4 +12,5 @@ "main": "./lib/index.js",

"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx rimraf lib && tsc",
"watch": "tsc -w"
"clean": "npx rimraf lib",
"build": "npm run clean && tsc",
"watch": "npm run clean && tsc -w"
},

@@ -16,0 +17,0 @@ "repository": {

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