New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@forge/csp

Package Overview
Dependencies
Maintainers
2
Versions
178
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@forge/csp - npm Package Compare versions

Comparing version 2.1.4-next.1 to 2.1.4

9

CHANGELOG.md
# @forge/csp
## 2.1.4
### Patch Changes
- 876fe14b: Enable new frame ancestor '\_.stg.atlassian.com'
- 7129bb40: Bumping dependencies via Renovate:
- content-security-policy-parser
## 2.1.4-next.1

@@ -4,0 +13,0 @@

8

out/types.d.ts
/// <reference types="node" />
import type { Permissions } from '@forge/manifest';
export declare type DocumentBody = string | Buffer;
export declare type ContentPermissions = NonNullable<Permissions['content']>;
export declare type ExternalPermissions = NonNullable<Permissions['external']>;
export type DocumentBody = string | Buffer;
export type ContentPermissions = NonNullable<Permissions['content']>;
export type ExternalPermissions = NonNullable<Permissions['external']>;
export declare enum ExternalCspType {

@@ -15,3 +15,3 @@ IMG_SRC = "img-src",

}
export declare type CSPDetails = Record<ExternalCspType, string[]>;
export type CSPDetails = Record<ExternalCspType, string[]>;
//# sourceMappingURL=types.d.ts.map
{
"name": "@forge/csp",
"version": "2.1.4-next.1",
"version": "2.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.16.0-next.13",
"@forge/manifest": "4.16.1-next.5",
"@forge/cli-shared": "3.16.0",
"@forge/manifest": "4.17.0",
"@types/jest": "^29.1.2"

@@ -18,0 +18,0 @@ },

Sorry, the diff of this file is not supported yet

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