@forge/csp
Advanced tools
Comparing version 3.1.4-next.0 to 3.1.4
# @forge/csp | ||
## 3.1.4 | ||
### Patch Changes | ||
- c714732: Remove unused .forgeignore template feature | ||
## 3.1.4-next.0 | ||
@@ -4,0 +10,0 @@ |
/// <reference types="node" /> | ||
import type { Permissions } from '@forge/manifest'; | ||
export type DocumentBody = string | Buffer; | ||
export type ContentPermissions = NonNullable<Permissions['content']>; | ||
export type ExternalPermissions = NonNullable<Permissions['external']>; | ||
export declare type DocumentBody = string | Buffer; | ||
export declare type ContentPermissions = NonNullable<Permissions['content']>; | ||
export declare type ExternalPermissions = NonNullable<Permissions['external']>; | ||
export declare enum ExternalCspType { | ||
@@ -15,3 +15,3 @@ IMG_SRC = "img-src", | ||
} | ||
export type CSPDetails = Record<ExternalCspType, string[]>; | ||
export declare type CSPDetails = Record<ExternalCspType, string[]>; | ||
//# sourceMappingURL=types.d.ts.map |
{ | ||
"name": "@forge/csp", | ||
"version": "3.1.4-next.0", | ||
"version": "3.1.4", | ||
"description": "Contains the CSP configuration for Custom UI resources in Forge", | ||
@@ -14,4 +14,4 @@ "main": "out/index.js", | ||
"devDependencies": { | ||
"@forge/cli-shared": "3.23.0-next.8", | ||
"@forge/manifest": "5.5.0-next.5", | ||
"@forge/cli-shared": "3.23.0", | ||
"@forge/manifest": "5.5.0", | ||
"@types/jest": "^29.5.11", | ||
@@ -18,0 +18,0 @@ "@types/node": "14.18.63" |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
30860
1