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

sipware

Package Overview
Dependencies
Maintainers
1
Versions
263
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sipware - npm Package Compare versions

Comparing version 0.4.8 to 0.4.9

2

package.json

@@ -67,3 +67,3 @@ {

"optionalDependencies": {},
"version": "0.4.8",
"version": "0.4.9",
"directories": {

@@ -70,0 +70,0 @@ "lib": "lib"

@@ -163,3 +163,9 @@ const {Headers} = require('sipware');

fed.forEach(to => {
if(router.myorigin.includes(to.domain)) {
var ua = router.routes.get(to.addr);
if(ua) {
if(!forward(req, ua)) {
req.reply({from: to, code: 404});
}
} else if(router.myorigin.includes(to.domain)) {
var ua = myorigin(to);

@@ -166,0 +172,0 @@

@@ -116,3 +116,9 @@ const {Headers} = require('sipware');

fed.forEach(to => {
if(router.myorigin.includes(to.domain)) {
var ua = router.routes.get(to.addr);
if(ua) {
if(!forward(req, ua)) {
req.reply({from: to, code: 404});
}
} else if(router.myorigin.includes(to.domain)) {
var ua = myorigin(to);

@@ -119,0 +125,0 @@

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