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
14
Versions
351
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 0.2.0 to 0.2.1-next.0

7

CHANGELOG.md
# @forge/resolver
## 0.2.1-next.0
### Patch Changes
- Updated dependencies [8691270]
- @forge/api@0.6.0-next.0
## 0.2.0

@@ -4,0 +11,0 @@

10

package.json
{
"name": "@forge/resolver",
"version": "0.2.0",
"version": "0.2.1-next.0",
"description": "Forge function resolver",

@@ -9,5 +9,7 @@ "author": "Atlassian",

"types": "out/index.d.ts",
"files": ["out"],
"files": [
"out"
],
"scripts": {
"build": "npm run clean && npm run compile",
"build": "yarn run clean && yarn run compile",
"clean": "rm -rf ./out && rm -f tsconfig.tsbuildinfo",

@@ -20,4 +22,4 @@ "compile": "tsc -b -v"

"dependencies": {
"@forge/api": "0.5.5"
"@forge/api": "0.6.0-next.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