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

@forge/resolver

Package Overview
Dependencies
Maintainers
8
Versions
358
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@forge/resolver - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1-next.0

8

CHANGELOG.md
# @forge/resolver
## 1.1.1-next.0
### Patch Changes
- a23d0c0: Internal refactor to ensure accountId and license from the backend are always prioritised over the frontend context payload
## 1.1.0

@@ -7,3 +13,3 @@

- 1da067b97: Add license information to context object in resolver function parameters
- Add license information to context object in resolver function parameters

@@ -10,0 +16,0 @@ ## 1.0.1

2

out/index.js

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

payload: callPayload || {},
context: Object.assign({ accountId: (_a = backendRuntimePayload === null || backendRuntimePayload === void 0 ? void 0 : backendRuntimePayload.principal) === null || _a === void 0 ? void 0 : _a.accountId, license: backendRuntimePayload === null || backendRuntimePayload === void 0 ? void 0 : backendRuntimePayload.license }, context)
context: Object.assign(Object.assign({}, context), { accountId: (_a = backendRuntimePayload === null || backendRuntimePayload === void 0 ? void 0 : backendRuntimePayload.principal) === null || _a === void 0 ? void 0 : _a.accountId, license: backendRuntimePayload === null || backendRuntimePayload === void 0 ? void 0 : backendRuntimePayload.license })
});

@@ -58,0 +58,0 @@ if (typeof result === 'object') {

{
"name": "@forge/resolver",
"version": "1.1.0",
"version": "1.1.1-next.0",
"description": "Forge function resolver",

@@ -5,0 +5,0 @@ "author": "Atlassian",

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