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

io.extendreality.malimbe

Package Overview
Dependencies
Maintainers
3
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

io.extendreality.malimbe - npm Package Compare versions

Comparing version 8.1.4 to 8.2.0

12

CHANGELOG.md
# Changelog
# [8.2.0](https://github.com/ExtendRealityLtd/Malimbe/compare/v8.1.4...v8.2.0) (2019-02-13)
### Bug Fixes
* **UnityIntegration:** prevent serialization issues ([3ef85e2](https://github.com/ExtendRealityLtd/Malimbe/commit/3ef85e2))
### Features
* **SerializedProperty:** support properties with just a get or set ([afb09cf](https://github.com/ExtendRealityLtd/Malimbe/commit/afb09cf))
## [8.1.4](https://github.com/ExtendRealityLtd/Malimbe/compare/v8.1.3...v8.1.4) (2019-02-05)

@@ -4,0 +16,0 @@

2

package.json

@@ -5,3 +5,3 @@ {

"description": "A collection of tools to simplify writing public API components in Unity.",
"version": "8.1.4",
"version": "8.2.0",
"unity": "2018.1",

@@ -8,0 +8,0 @@ "keywords": [

@@ -102,3 +102,3 @@ [![Malimbe logo][Malimbe-Image]](#)

* Annotate a property with `[Serialized]` to use this. The property needs both a getter and setter.
* Annotate a property with `[Serialized]` to use this. The property needs at least a getter _or_ a setter.
* If the property's backing field doesn't use `[SerializeField]` it will be added.

@@ -105,0 +105,0 @@ * If the property is an [auto-implemented property][Auto-Implemented Property] the backing field will be renamed to match the property's name for viewing in the Unity software inspector. All backing field usages inside methods of the declaring type will be updated to use this new name. Since C# doesn't allow multiple members of a type to share a name, the backing field's name will differ in the first character's case. E.g.:

Sorry, the diff of this file is not supported yet

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