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

@quenty/observablecollection

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

Comparing version 3.2.0 to 3.2.1-canary.276.672e37b.0

src/Shared/ObservableSortedList.lua

16

CHANGELOG.md

@@ -6,2 +6,18 @@ # Change Log

## [3.2.1-canary.276.672e37b.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@3.2.0...@quenty/observablecollection@3.2.1-canary.276.672e37b.0) (2022-07-31)
### Bug Fixes
* Prevent observables from being removed during insertion of observable ([27a3594](https://github.com/Quenty/NevermoreEngine/commit/27a35941f457f63a5f1dc84169448a750308fdc2))
### Features
* Add ObservableSortedList ([cca209f](https://github.com/Quenty/NevermoreEngine/commit/cca209fd8a6c2cfeb1ee6e39d2aabce0202b3072))
# [3.2.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@3.1.0...@quenty/observablecollection@3.2.0) (2022-07-02)

@@ -8,0 +24,0 @@

20

package.json
{
"name": "@quenty/observablecollection",
"version": "3.2.0",
"version": "3.2.1-canary.276.672e37b.0",
"description": "An observable set",

@@ -30,10 +30,10 @@ "keywords": [

"dependencies": {
"@quenty/brio": "^6.1.0",
"@quenty/loader": "^5.0.0",
"@quenty/maid": "^2.3.0",
"@quenty/promise": "^5.0.0",
"@quenty/rx": "^5.1.0",
"@quenty/signal": "^2.2.0",
"@quenty/symbol": "^2.1.0",
"@quenty/valuebaseutils": "^5.1.0"
"@quenty/brio": "6.1.1-canary.276.672e37b.0",
"@quenty/loader": "5.0.0",
"@quenty/maid": "2.3.1-canary.276.672e37b.0",
"@quenty/promise": "5.0.1-canary.276.672e37b.0",
"@quenty/rx": "5.1.1-canary.276.672e37b.0",
"@quenty/signal": "2.2.0",
"@quenty/symbol": "2.1.0",
"@quenty/valuebaseutils": "5.1.1-canary.276.672e37b.0"
},

@@ -43,3 +43,3 @@ "publishConfig": {

},
"gitHead": "de33c83e7f897e2b0887c77aeb1fc7963756f234"
"gitHead": "672e37b9bbb8b2d4c4c6c69ed2647335be0bc469"
}

@@ -7,3 +7,12 @@ {

"observablecollection": {
"$path": ".."
"$className": "Folder",
"observablecollection": {
"$path": ".."
},
"instanceutils": {
"$path": "../../instanceutils"
}
},
"Script": {
"$path": "scripts/Server"
}

@@ -10,0 +19,0 @@ }

Sorry, the diff of this file is not supported yet

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