Socket
Socket
Sign inDemoInstall

@assecosolutions/fox-common-utils

Package Overview
Dependencies
Maintainers
4
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@assecosolutions/fox-common-utils - npm Package Compare versions

Comparing version 1.11.4 to 1.11.5

4

package.json
{
"name": "@assecosolutions/fox-common-utils",
"version": "1.11.4",
"version": "1.11.5",
"public": true,

@@ -23,4 +23,4 @@ "lib": {

"peerDependencies": {
"lodash-es": "^4.17.21"
"lodash-es": "4.17.21"
}
}
import { UnknownRecord } from './strict-mode';
export declare const dynamicContentExecutor: (str: string, obj: UnknownRecord) => string;
export declare const valueByPath: (item: UnknownRecord, path: string) => unknown;
export declare const valueByPath: (item: UnknownRecord, path: string) => string;

@@ -23,1 +23,5 @@ export interface CustomComponentEventData<T, E extends HTMLElement | void = void> {

}): CustomItemEvent<T, E>;
export declare function customValueEvent<T, E extends HTMLElement | void = void>(name: string, value: T, options?: {
eventInit?: EventInit;
element?: E;
}): CustomValueEvent<T, E>;
/**
* Use at SPA Builder iframe pages to enable communication between fox and Iframes / SPA.
* Note that if no origin is set (FOX URL), the postMessage will be sent to every parent that hosts the page (not what you want)
* @param data
* @param origin
*/
export declare const setIframePostMessage: (origin?: string) => void;
export declare const setIframePostMessage: (data?: unknown, origin?: string) => void;

Sorry, the diff of this file is too big to display

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