New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

firewall

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

firewall - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

4

lib/win32.js

@@ -16,3 +16,3 @@ var run = require('spawnx'),

'rule',
'name="' + param.desc + '"',
'name=' + param.desc,
'dir=in',

@@ -44,3 +44,3 @@ 'action=allow',

'rule',
'name="' + param.desc + '"'];
'name=' + param.desc];
} else {

@@ -47,0 +47,0 @@ cmd = [netsh,

{
"name": "firewall",
"version": "0.0.4",
"version": "0.0.5",
"description": "Add or remove system firewall rules from Node.js. Currently only Windows.",

@@ -5,0 +5,0 @@ "main": "index.js",

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