New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@getkoala/browser

Package Overview
Dependencies
Maintainers
4
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@getkoala/browser - npm Package Compare versions

Comparing version 1.22.0 to 1.22.1

2

dist/cjs/analytics/collector.js

@@ -87,3 +87,3 @@ "use strict";

(0, forms_1.collectFormSubmissions)(async (details) => {
let allowedOrigin = !details.action;
let allowedOrigin = true;
if (details.action) {

@@ -90,0 +90,0 @@ const formUrl = new URL(details.action);

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

export declare const version = "1.22.0";
export declare const version = "1.22.1";

@@ -5,3 +5,3 @@ "use strict";

// This file is generated - DO NOT EDIT DIRECTLY.
exports.version = '1.22.0';
exports.version = '1.22.1';
//# sourceMappingURL=version.js.map

@@ -65,3 +65,3 @@ import { build } from '@getkoala/edge-api-client';

collectFormSubmissions(async (details) => {
let allowedOrigin = !details.action;
let allowedOrigin = true;
if (details.action) {

@@ -68,0 +68,0 @@ const formUrl = new URL(details.action);

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

export declare const version = "1.22.0";
export declare const version = "1.22.1";
// This file is generated - DO NOT EDIT DIRECTLY.
export const version = '1.22.0';
export const version = '1.22.1';
//# sourceMappingURL=version.js.map
{
"name": "@getkoala/browser",
"version": "1.22.0",
"version": "1.22.1",
"license": "UNLICENSED",

@@ -5,0 +5,0 @@ "private": false,

@@ -284,3 +284,3 @@ import { build, CountMinSketchOptions } from '@getkoala/edge-api-client'

collectFormSubmissions(async (details) => {
let allowedOrigin = !details.action
let allowedOrigin = true
if (details.action) {

@@ -287,0 +287,0 @@ const formUrl = new URL(details.action)

// This file is generated - DO NOT EDIT DIRECTLY.
export const version = '1.22.0'
export const version = '1.22.1'

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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