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

@bfwk/utils

Package Overview
Dependencies
Maintainers
2
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bfwk/utils - npm Package Compare versions

Comparing version 0.6.40 to 0.6.42

2

CHANGELOG.md

@@ -6,3 +6,3 @@ # Change Log

## [0.6.40](https://github.com/salesforce/builder-framework/compare/v0.6.39...v0.6.40) (2021-07-07)
## [0.6.42](https://github.com/salesforce/builder-framework/compare/v0.6.40...v0.6.42) (2021-07-09)

@@ -9,0 +9,0 @@ **Note:** Version bump only for package @bfwk/utils

@@ -289,3 +289,3 @@ import { ValueChangedEvent } from '@lwc/wire-service';

}
if (!window.URLSearchParams) {
if (typeof window !== 'undefined' && !window.URLSearchParams) {
window.URLSearchParams = CustomURLSearchParams;

@@ -292,0 +292,0 @@ }

@@ -288,3 +288,3 @@ import { ValueChangedEvent } from '@lwc/wire-service';

}
if (!window.URLSearchParams) {
if (typeof window !== 'undefined' && !window.URLSearchParams) {
window.URLSearchParams = CustomURLSearchParams;

@@ -291,0 +291,0 @@ }

{
"name": "@bfwk/utils",
"version": "0.6.40",
"version": "0.6.42",
"description": "LBF Pub Sub",

@@ -5,0 +5,0 @@ "type": "module",

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