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

reactotron-core-contract

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reactotron-core-contract - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [0.2.1](https://github.com/infinitered/reactotron/compare/reactotron-core-contract@0.2.0...reactotron-core-contract@0.2.1) (2024-01-25)
### Bug Fixes
* **architecture:** Attempt to mitigate compiler error: `Error: Default condition should be last one` ([#1423](https://github.com/infinitered/reactotron/issues/1423)) ([2c7e678](https://github.com/infinitered/reactotron/commit/2c7e678e5afaea79cd01f4ab6e90bd67339fc80a))
## [0.2.0](https://github.com/infinitered/reactotron/compare/reactotron-core-contract@0.1.1...reactotron-core-contract@0.2.0) (2023-12-08)

@@ -7,0 +14,0 @@

6

package.json
{
"name": "reactotron-core-contract",
"version": "0.2.0",
"version": "0.2.1",
"description": "Typescript contracts for websocket messages between server and clients",

@@ -21,6 +21,6 @@ "author": "Infinite Red",

"exports": {
"default": "./dist/index.js",
"import": "./dist/index.esm.js",
"types": "./dist/types/src/index.d.ts",
"react-native": "./src/index.ts"
"react-native": "./src/index.ts",
"default": "./dist/index.js"
},

@@ -27,0 +27,0 @@ "scripts": {

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