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
6
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.8.0 to 1.8.1-next.0

6

CHANGELOG.md
# @forge/csp
## 1.8.1-next.0
### Patch Changes
- 04e4152: Enabling new frame ancestors '_.atl-paas.net' and '_.atlassian.com'
## 1.8.0

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

5

out/csp/csp-injection-service.js

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

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

@@ -79,3 +79,4 @@ '*.jira-dev.com',

'https://staging.bb-inf.net',
'https://integration.bb-inf.net'
'https://integration.bb-inf.net',
'*.atl-paas.net'
];

@@ -82,0 +83,0 @@ }

6

package.json
{
"name": "@forge/csp",
"version": "1.8.0",
"version": "1.8.1-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": "^2.1.2",
"@forge/manifest": "^2.2.1",
"@forge/cli-shared": "^2.1.6-next.1",
"@forge/manifest": "^2.5.1-next.0",
"@types/jest": "^26.0.0"

@@ -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