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

@low-systems/http-connector

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@low-systems/http-connector - npm Package Compare versions

Comparing version 1.1.22 to 1.1.23

4

lib/site.js

@@ -22,4 +22,4 @@ "use strict";

urlPattern: new UrlPattern(pattern, {
segmentNameCharset: 'a-zA-Z0-9_-.',
segmentValueCharset: 'a-zA-Z0-9-_~%.'
segmentNameCharset: 'a-zA-Z0-9_-\\.',
segmentValueCharset: 'a-zA-Z0-9-_~%\\.'
})

@@ -26,0 +26,0 @@ };

{
"name": "@low-systems/http-connector",
"version": "1.1.22",
"version": "1.1.23",
"description": "A basic HTTP connector for low",

@@ -45,3 +45,3 @@ "main": "lib/http-connector.js",

},
"gitHead": "38731a33a8edfb75c289a98dfd3ecd8571473b9f"
"gitHead": "93b3da705c283665b3589898a4a2b4011ea4e15e"
}

@@ -22,4 +22,4 @@ import UrlPattern = require("url-pattern");

urlPattern: new UrlPattern(pattern, {
segmentNameCharset: 'a-zA-Z0-9_-.',
segmentValueCharset: 'a-zA-Z0-9-_~%.'
segmentNameCharset: 'a-zA-Z0-9_-\\.',
segmentValueCharset: 'a-zA-Z0-9-_~%\\.'
})

@@ -26,0 +26,0 @@ };

Sorry, the diff of this file is not supported yet

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