Socket
Socket
Sign inDemoInstall

@aplazame/browser

Package Overview
Dependencies
Maintainers
0
Versions
27
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.1.15 to 0.1.16

2

dist/AplazameIFrame.d.ts

@@ -44,3 +44,3 @@ import { EventEmitter, DetailsEvent } from './EventEmitter.js';

important?: Record<string, string>;
}): this;
} | string): this;
applyStyles(styles?: {

@@ -47,0 +47,0 @@ [key: string]: unknown;

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

: styles;
this.currentStyles = Object.assign(Object.assign({}, this.currentStyles), newSytles);
this.currentStyles = Object.assign(Object.assign(Object.assign({}, this.currentStyles), newSytles), { important: Object.assign(Object.assign({}, this.currentStyles.important), newSytles.important) });
this.applyStyles();

@@ -115,0 +115,0 @@ return this;

{
"name": "@aplazame/browser",
"version": "0.1.15",
"version": "0.1.16",
"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