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.6 to 1.0.7

8

dist/portals-cjs.js

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

this.send(Object.assign({}, req, { method: 'GET', url: url }));
return this.send(Object.assign({}, req, { method: 'GET', url: url }));
};

@@ -461,3 +461,3 @@

this.send(Object.assign({}, req, { method: 'POST', url: url, body: body }));
return this.send(Object.assign({}, req, { method: 'POST', url: url, body: body }));
};

@@ -468,3 +468,3 @@

this.send(Object.assign({}, req, { method: 'PUT', url: url, body: body }));
return this.send(Object.assign({}, req, { method: 'PUT', url: url, body: body }));
};

@@ -475,3 +475,3 @@

this.send(Object.assign({}, req, { method: 'DELETE', url: url }));
return this.send(Object.assign({}, req, { method: 'DELETE', url: url }));
};

@@ -478,0 +478,0 @@

@@ -450,3 +450,3 @@ /**

this.send(Object.assign({}, req, { method: 'GET', url: url }));
return this.send(Object.assign({}, req, { method: 'GET', url: url }));
};

@@ -457,3 +457,3 @@

this.send(Object.assign({}, req, { method: 'POST', url: url, body: body }));
return this.send(Object.assign({}, req, { method: 'POST', url: url, body: body }));
};

@@ -464,3 +464,3 @@

this.send(Object.assign({}, req, { method: 'PUT', url: url, body: body }));
return this.send(Object.assign({}, req, { method: 'PUT', url: url, body: body }));
};

@@ -471,3 +471,3 @@

this.send(Object.assign({}, req, { method: 'DELETE', url: url }));
return this.send(Object.assign({}, req, { method: 'DELETE', url: url }));
};

@@ -474,0 +474,0 @@

{
"name": "portals",
"version": "1.0.6",
"version": "1.0.7",
"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