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
8
Versions
172
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 1.6.0 to 1.7.0-next.0

6

CHANGELOG.md
# @forge/csp
## 1.7.0-next.0
### Minor Changes
- ef00257: Add \*.jira.com to allowed host site list
## 1.6.0

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

2

out/csp/csp-injection-service.js

@@ -72,3 +72,3 @@ "use strict";

if (env === 'prod')
return ['*.atlassian.net', 'bitbucket.org'];
return ['*.atlassian.net', 'bitbucket.org', '*.jira.com'];
return [

@@ -75,0 +75,0 @@ '*.jira-dev.com',

{
"name": "@forge/csp",
"version": "1.6.0",
"version": "1.7.0-next.0",
"description": "Contains the CSP configuration for Custom UI resources in Forge",

@@ -14,4 +14,4 @@ "main": "out/index.js",

"devDependencies": {
"@forge/cli-shared": "^1.3.0",
"@forge/manifest": "^1.4.0",
"@forge/cli-shared": "^1.3.1-next.0",
"@forge/manifest": "^1.4.1-next.0",
"@types/jest": "^26.0.0"

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

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