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

connect-assetmanager

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

connect-assetmanager - npm Package Compare versions

Comparing version 0.0.23 to 0.0.24

4

lib/assetmanager.js

@@ -99,3 +99,3 @@ var fs = require('fs')

}
if (file.match(/^http:\/\//)) {
if (file.match(/^https?:\/\//)) {
return;

@@ -263,3 +263,3 @@ }

var isExternal = false;
if (file && file.match(/^http:\/\//)) {
if (file && file.match(/^https?:\/\//)) {
isExternal = true;

@@ -266,0 +266,0 @@ }

{
"name" : "connect-assetmanager",
"description" : "Middleware for Connect (node.js) for handling your static assets.",
"version" : "0.0.23",
"version" : "0.0.24",
"author" : "Mathias Pettersson <mape@mape.me>",

@@ -6,0 +6,0 @@ "engines" : ["node"],

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