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

@movable/escort

Package Overview
Dependencies
Maintainers
7
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@movable/escort - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

6

lib/escort.js

@@ -1140,3 +1140,7 @@ /*!

fromUrl: function (value) {
value = decodeURIComponent(value);
try {
value = decodeURIComponent(value);
} catch(e) {
throw new ValidationError();
}
if (!this._allowNonASCII && !isASCII(value)) {

@@ -1143,0 +1147,0 @@ throw new ValidationError();

2

package.json
{
"name": "@movable/escort",
"version": "0.1.0",
"version": "0.1.1",
"description": "Routing and URL generation middleware",

@@ -5,0 +5,0 @@ "keywords": ["framework", "web", "middleware", "connect", "escort", "routing", "url"],

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