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

com.vulpes.promises

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

com.vulpes.promises - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

LICENSE.md

9

CHANGELOG.md

@@ -7,3 +7,12 @@ # Changelog

## [1.1.0] - 2021-09-04
###Changed
- Flagged IPromise.PromiseState as Obsolete, IPromise.State should be used instead.
- Cleaned up code.
- Fixed file extension for License file.
### Added
- Added method and property summaries.
## [1.0.0] - 2020-07-20
This is the first release of *Vulpes Promises* as a Package.

8

package.json
{
"name": "com.vulpes.promises",
"displayName": "Vulpes Promises",
"version": "1.0.0",
"unity": "2019.1",
"version": "1.1.0",
"unity": "2019.3",
"description": "A lightweight Promises library derived from RSG C# Promises.",

@@ -17,3 +17,3 @@ "keywords": [

},
"dependencies": {}
}
"unityRelease": "10f1"
}
# C# Promises
A lightweight Promises library derived from [RSG C# Promises](https://github.com/Real-Serious-Games/C-Sharp-Promise).
A lightweight Promises library derived from [RSG C# Promises](https://github.com/Real-Serious-Games/C-Sharp-Promise).
As of version 1.0.0 of this package, you are now able to install it, along with other Vulpes Software packages via the Unity Package Manager.
In Unity 2019 LTS and Unity 2020 onwards you can install the package through 'Project Settings/Package Manager'. Under 'Scoped Registries' click the little '+' button and input the following into the fields on the right.
*Name:* Vulpes Software
*URL:* https://registry.npmjs.org
*Scope(s):* com.vulpes
Click 'Apply', now you should be able to access the Vulpes Software registry under the 'My Registries' section in the Package Manager window using the second dropdown in the top left.
## Using this library
To use this library efficiently you should first learn about Promises:
- [Promises on Wikpedia](http://en.wikipedia.org/wiki/Futures_and_promises)
- [Good overview](https://www.promisejs.org/)
- [Mozilla](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Promise)
## Current Development Roadmap
Several features and changes are currently under investigation and may or may not be added to the package in the future.
*In Progress:*
- Restoration of missing functionality:
- ThenAll
- ThenRace
- Finally
- ContinueWith
- Progress

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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