@builder.io/sdk
Advanced tools
Comparing version 4.0.0 to 4.0.1
# @builder.io/sdk | ||
## 4.0.1 | ||
### Patch Changes | ||
- cf33d45: Fix: increase coverage of `trustedHost` check to all messages. | ||
## 4.0.0 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@builder.io/sdk", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"unpkg": "./dist/index.browser.js", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.cjs.js", |
@@ -741,2 +741,3 @@ /// <reference types="node" /> | ||
static isTrustedHost(hostname: string): boolean; | ||
static isTrustedHostForEvent(event: MessageEvent): boolean | "" | null; | ||
static runAction(action: Action | string): void; | ||
@@ -743,0 +744,0 @@ static fields(name: string, fields: readonly Input[]): void; |
@@ -1,1 +0,1 @@ | ||
export declare const SDK_VERSION = "4.0.0"; | ||
export declare const SDK_VERSION = "4.0.1"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.SDK_VERSION = void 0; | ||
exports.SDK_VERSION = '4.0.0'; | ||
exports.SDK_VERSION = '4.0.1'; | ||
//# sourceMappingURL=sdk-version.js.map |
{ | ||
"name": "@builder.io/sdk", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"unpkg": "./dist/index.browser.js", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.cjs.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16298
1725762