Socket
Socket
Sign inDemoInstall

@pelagiccreatures/sargasso

Package Overview
Dependencies
2
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.10.0 to 0.10.1

4

lib/HijaxLoader.js

@@ -84,3 +84,3 @@ /**

this.options.preFlight(url, (err, handled) => {
this.options.preFlight(url, (err, handled, rewrite) => {
if (err) {

@@ -96,3 +96,3 @@ if (this.options.onError) {

} else {
this.loadPage(url)
this.loadPage(rewrite || url)
}

@@ -99,0 +99,0 @@ })

{
"name": "@pelagiccreatures/sargasso",
"version": "0.10.0",
"version": "0.10.1",
"description": "Simple, Fast, Reactive, Supervised Javascript controllers for custom html elements.",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc