Socket
Socket
Sign inDemoInstall

protoblast

Package Overview
Dependencies
Maintainers
1
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

protoblast - npm Package Compare versions

Comparing version 0.8.5 to 0.8.6

4

CHANGELOG.md

@@ -0,1 +1,5 @@

## 0.8.6 (2023-02-25)
* Make `RURL.isUrl()` return true when given a `Location` instance
## 0.8.5 (2023-02-20)

@@ -2,0 +6,0 @@

@@ -68,5 +68,5 @@ var rx_protocol = /^([a-z][a-z0-9.+-]*:)?(\/\/)?([\S\s]*)/i,

*
* @author Jelle De Loecker <jelle@develry.be>
* @author Jelle De Loecker <jelle@elevenways.be>
* @since 0.6.2
* @version 0.7.5
* @version 0.8.6
*

@@ -86,2 +86,12 @@ * @return {Boolean}

if (Blast.isBrowser) {
try {
if (arg instanceof Location) {
return true;
}
} catch (e) {
// Ignored
}
}
if (!test_url) {

@@ -88,0 +98,0 @@ test_url = new RURL();

2

package.json
{
"name": "protoblast",
"description": "Native object expansion library",
"version": "0.8.5",
"version": "0.8.6",
"author": "Jelle De Loecker <jelle@elevenways.be>",

@@ -6,0 +6,0 @@ "keywords": [

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