Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

portals

Package Overview
Dependencies
Maintainers
2
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

portals - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

2

dist/portals-cjs.js

@@ -255,3 +255,3 @@ 'use strict';

if (req.url.indexOf('http') !== 0) {
req.url = (req.hostname + '/' + req.url).replace(/\/+/g, '/');
req.url = (req.hostname + '/' + req.url);//.replace(/\/+/g, '/');
}

@@ -258,0 +258,0 @@

@@ -251,3 +251,3 @@ /**

if (req.url.indexOf('http') !== 0) {
req.url = (req.hostname + '/' + req.url).replace(/\/+/g, '/');
req.url = (req.hostname + '/' + req.url);//.replace(/\/+/g, '/');
}

@@ -254,0 +254,0 @@

{
"name": "portals",
"version": "1.0.5",
"version": "1.0.6",
"description": "An XHR/Ajax library with sugar for single page applications.",

@@ -5,0 +5,0 @@ "main": "dist/portals-cjs.js",

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