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

@quenty/brio

Package Overview
Dependencies
Maintainers
1
Versions
212
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@quenty/brio - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

src/Shared/Brio.lua

5

package.json
{
"name": "@quenty/brio",
"version": "0.0.0",
"version": "0.0.1",
"description": "Brios wrap an object and either are alive or dead",

@@ -22,3 +22,4 @@ "keywords": [

"dependencies": {
"@quenty/maid": "~0.0.2"
"@quenty/maid": "~0.0.2",
"@quenty/rx": "~0.0.1"
},

@@ -25,0 +26,0 @@ "bugs": {

@@ -25,1 +25,28 @@ ## Brio

## API Surface
### `Brio.isBrio(value)`
### `Brio.new(...) -- Wrap`
### `Brio:GetDiedSignal()`
### `Brio:IsDead()`
### `Brio:ErrorIfDead()`
### `Brio:ToMaid()`
### `Brio:GetValue()`
### `Brio:Destroy()`
## Changelog
### 0.0.1
- Added RxBrioUtils to brio
- Updated documentation
- Added changelog
### 0.0.0
Initial commit
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