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

outport

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

outport - npm Package Compare versions

Comparing version 1.1.9 to 1.1.10

7

lib/public/playground/playground.js

@@ -138,2 +138,9 @@ "use strict";

}
document.addEventListener("DOMContentLoaded", function () {
const form = document.getElementById("request-form");
form.addEventListener("submit", function (event) {
event.preventDefault(); // Prevent the form from being submitted
sendRequest();
});
});
async function sendRequest() {

@@ -140,0 +147,0 @@ const responseUnavailable = document.getElementById(`playground-response-unavailable`);

2

package.json
{
"name": "outport",
"version": "1.1.9",
"version": "1.1.10",
"main": "./lib/index.js",

@@ -5,0 +5,0 @@ "types": "./lib/index.d.ts",

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