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

bridgets

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bridgets - npm Package Compare versions

Comparing version 1.0.44 to 1.0.45

4

dist/Lib/Server/HttpTransformers/queryJSON.js

@@ -9,5 +9,5 @@ "use strict";

return queryJSON;
const queries = queryUrl.split('?');
const queries = queryUrl.replace('?', '&').split('&');
queries.forEach((query) => {
const [key, value] = query.replace('?', '&').split('&');
const [key, value] = query.split('=');
queryJSON[key] = value;

@@ -14,0 +14,0 @@ });

{
"name": "bridgets",
"version": "1.0.44",
"version": "1.0.45",
"description": "",

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

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