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

@forge/csp

Package Overview
Dependencies
Maintainers
2
Versions
170
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 3.1.4-next.0 to 3.1.4

6

CHANGELOG.md
# @forge/csp
## 3.1.4
### Patch Changes
- c714732: Remove unused .forgeignore template feature
## 3.1.4-next.0

@@ -4,0 +10,0 @@

8

out/types.d.ts
/// <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

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