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

memoize-sync

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

memoize-sync - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

8

index.js

@@ -8,3 +8,9 @@ module.exports = memoize;

return function memoizedFn(){
memoizedFn.reset = function(){
mem = {};
};
return memoizedFn;
function memoizedFn(){
var key = hash.apply(undefined, arguments);

@@ -11,0 +17,0 @@

7

package.json
{
"name": "memoize-sync",
"version": "0.0.1",
"version": "0.0.2",
"description": "Return a memoized version of function.",

@@ -17,3 +17,6 @@ "main": "index.js",

"author": "Azer Koçulu <azer@kodfabrik.com>",
"license": "BSD"
"license": "BSD",
"dependencies": {
"strip": "0.0.0"
}
}
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