Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@callstack/byorg-core

Package Overview
Dependencies
Maintainers
0
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@callstack/byorg-core - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

8

CHANGELOG.md
# @callstack/byorg-core
## 0.3.1
### Patch Changes
- 3fb9634: add explicit "exports" key to package.json
- Updated dependencies [3fb9634]
- @callstack/byorg-utils@0.3.1
## 0.3.0

@@ -4,0 +12,0 @@

11

package.json
{
"name": "@callstack/byorg-core",
"version": "0.3.0",
"version": "0.3.1",
"type": "module",

@@ -11,2 +11,9 @@ "license": "MIT",

"types": "./dist/esm/index.d.ts",
"exports": {
".": {
"types": "./dist/esm/index.d.ts",
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.cjs"
}
},
"files": [

@@ -21,3 +28,3 @@ "dist",

"@anthropic-ai/sdk": "^0.26.1",
"@callstack/byorg-utils": "0.3.0",
"@callstack/byorg-utils": "0.3.1",
"ai": "^3.4.33",

@@ -24,0 +31,0 @@ "openai": "^4.71.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