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

@formoe/use-async

Package Overview
Dependencies
Maintainers
3
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@formoe/use-async - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

11

CHANGELOG.md

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

## [1.1.1](https://gitlab.com/formoe/formoe/compare/@formoe/use-async@1.1.0...@formoe/use-async@1.1.1) (2020-11-17)
### Bug Fixes
* **use-async:** prevent creation of new object on reset ([9345b1d](https://gitlab.com/formoe/formoe/commit/9345b1d94f2c1f413e70c86a39cff2c5c2710206))
# [1.1.0](https://gitlab.com/formoe/formoe/compare/@formoe/use-async@1.0.2...@formoe/use-async@1.1.0) (2020-11-10)

@@ -8,0 +19,0 @@

6

dist/index.js

@@ -166,4 +166,6 @@ "use strict";

setRequest();
setResult({
request: undefined
setResult(function (currentResult) {
return currentResult.request !== undefined ? {
request: undefined
} : currentResult;
});

@@ -170,0 +172,0 @@ setInProgress(false);

{
"name": "@formoe/use-async",
"version": "1.1.0",
"version": "1.1.1",
"description": "",

@@ -21,3 +21,3 @@ "main": "dist/index.js",

},
"gitHead": "c310a148844f6b041a534b70bdf8370a2e21ea0a"
"gitHead": "2779bba3740da0b825c040dde6e813c4977b4efa"
}

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