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-next.0 to 1.6.0-next.1

6

CHANGELOG.md
# @forge/csp
## 1.6.0-next.1
### Patch Changes
- f8ae8a2: Add support for Bitbucket origin in Custom UI
## 1.6.0-next.0

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

10

out/csp/csp-injection-service.js

@@ -72,6 +72,12 @@ "use strict";

if (env === 'prod')
return ['*.atlassian.net'];
return ['*.jira-dev.com', 'http://localhost:*'];
return ['*.atlassian.net', 'bitbucket.org'];
return [
'*.jira-dev.com',
'http://localhost:*',
'*.devbucket.org',
'https://staging.bb-inf.net',
'https://integration.bb-inf.net'
];
}
}
exports.CSPInjectionService = CSPInjectionService;

2

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

@@ -5,0 +5,0 @@ "main": "out/index.js",

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