You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

network-overrides

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.2 to 0.3.0

2

backend/backend.js

@@ -6,3 +6,3 @@ const fastify = require('fastify');

const app = fastify();
app.register(require('fastify-websocket'));
app.register(require('@fastify/websocket'));

@@ -9,0 +9,0 @@ const overridesMap = {};

{
"name": "network-overrides",
"version": "0.2.2",
"version": "0.3.0",
"description": "CLI and backend for the Network Overrides browser extension",

@@ -9,3 +9,8 @@ "bin": {

"main": "./cli.js",
"files": ["backend/*", "cli.js", "commands.js", "constants.js"],
"files": [
"backend/*",
"cli.js",
"commands.js",
"constants.js"
],
"scripts": {

@@ -23,9 +28,9 @@ "test": "echo \"Error: no test specified\" && exit 1"

"dependencies": {
"fastify": "^3.14.0",
"fastify-websocket": "^3.1.0",
"node-fetch": "^2.6.1"
"@fastify/websocket": "7.1.1",
"fastify": "4.10.2",
"node-fetch": "2.6.7"
},
"devDependencies": {
"nodemon": "^2.0.7"
"nodemon": "2.0.20"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc