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

@types/memoizee

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/memoizee - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

6

memoizee/index.d.ts

@@ -13,6 +13,6 @@ // Type definitions for memoizee 0.4

promise?: boolean;
dispose?: (value: any) => void;
dispose?(value: any): void;
async?: boolean;
primitive?: boolean;
normalizer?: (value: any) => void;
normalizer?(value: any): void;
resolvers?: Array<(arg: any) => any>;

@@ -27,5 +27,5 @@ }

// tslint:disable:forbidden-types
// tslint:disable-next-line ban-types
declare function memoizee<F extends Function>(f: F, options?: memoizee.Options): F & memoizee.Memoized<F>;
export = memoizee;
{
"name": "@types/memoizee",
"version": "0.4.0",
"version": "0.4.1",
"description": "TypeScript definitions for memoizee",
"license": "MIT",
"author": "Juan Picado <https://github.com/juanpicado>",
"contributors": [
{
"name": "Juan Picado",
"url": "https://github.com/juanpicado"
}
],
"main": "",

@@ -15,4 +20,4 @@ "repository": {

"peerDependencies": {},
"typesPublisherContentHash": "c6b28e8ffdff8b52b05e7023b6c40c0d696ee76392b925f96306451722c9340b",
"typesPublisherContentHash": "3143ee354c5cc295113ab32a7c9a635d2317a67ef08da69faff1352291430992",
"typeScriptVersion": "2.0"
}

@@ -8,8 +8,7 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/memoizee
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/memoizee
Additional Details
* Last updated: Thu, 05 Jan 2017 20:40:29 GMT
* Library Dependencies: none
* Module Dependencies: none
* Last updated: Fri, 31 Mar 2017 18:05:14 GMT
* Dependencies: none
* Global values: none

@@ -16,0 +15,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