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

memoizee

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

memoizee - npm Package Compare versions

Comparing version 0.4.7 to 0.4.8

5

CHANGELOG.md

@@ -5,2 +5,7 @@ # Change Log

<a name="0.4.8"></a>
## [0.4.8](https://github.com/medikoo/memoizee/compare/v0.4.7...v0.4.8) (2017-08-29)
<a name="0.4.7"></a>

@@ -7,0 +12,0 @@ ## [0.4.7](https://github.com/medikoo/memoizee/compare/v0.4.6...v0.4.7) (2017-08-29)

8

ext/promise.js

@@ -45,6 +45,6 @@ /* eslint max-statements: 0 */

throw new Error(
"Memoizee error: Promise resolved with both failure and success," +
" this can be result of unordered done & finally resolution.\n" +
"Instead of `promise: true` consider configuring memoization via " +
"`promise: 'then'` or `promise: 'done'"
"Memoizee error: Detected unordered then|done & finally resolution, which " +
"in turn makes proper detection of success/failure impossible (when in " +
"'then:finally' or 'done:finally' mode)\n" +
"Consider to rely on 'then' or 'done' mode instead."
);

@@ -51,0 +51,0 @@ }

{
"name": "memoizee",
"version": "0.4.7",
"version": "0.4.8",
"description": "Memoize/cache function results",

@@ -5,0 +5,0 @@ "author": "Mariusz Nowak <medikoo@medikoo.com> (http://www.medikoo.com/)",

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