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

@callstack/byorg-utils

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-utils - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

9

CHANGELOG.md
# @callstack/byorg-utils
## 0.3.0
## 0.3.1
### Minor Changes
### Patch Changes
- 6b49f52: moved group message formatting from core to slack package
improve logic for group message formatting and entity resolving
- 3fb9634: add explicit "exports" key to package.json
## 0.3.0
### Patch Changes

@@ -11,0 +12,0 @@

{
"name": "@callstack/byorg-utils",
"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": [

@@ -13,0 +20,0 @@ "dist",

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