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

@aplazame/browser

Package Overview
Dependencies
Maintainers
5
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aplazame/browser - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

4

lib/AplazameIFrame.js

@@ -13,3 +13,3 @@

constructor ({ url = null, searchParams = null, requestTimeout = null, allowFilter = null, messageData = null } = {}) {
constructor ({ url = null, searchParams = null, requestTimeout = null, allowFilter = null, sendData = null } = {}) {
super({ Event: AplazameEvent })

@@ -24,3 +24,3 @@

if (allowFilter) this.#allowFilter = allowFilter
if (messageData) this.#messageData = messageData
if (sendData) this.#sendData = sendData
if (requestTimeout) this.#requestTimeout = requestTimeout

@@ -27,0 +27,0 @@ }

{
"name": "@aplazame/browser",
"version": "0.0.9",
"version": "0.0.10",
"description": "Aplazame SDK for browser",

@@ -5,0 +5,0 @@ "main": "./dist/index.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