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

@naturalcycles/js-lib

Package Overview
Dependencies
Maintainers
3
Versions
528
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@naturalcycles/js-lib - npm Package Compare versions

Comparing version 8.2.0 to 8.2.1

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [8.2.1](https://github.com/NaturalCycles/js-lib/compare/v8.2.0...v8.2.1) (2019-07-18)
### Bug Fixes
* export MemoizedFunction ([2e894b0](https://github.com/NaturalCycles/js-lib/commit/2e894b0))
# [8.2.0](https://github.com/NaturalCycles/js-lib/compare/v8.1.0...v8.2.0) (2019-07-18)

@@ -2,0 +9,0 @@

3

dist/util/memoFn.d.ts
import { MemoOpts } from '../decorators/memo.decorator';
import { MemoCache } from '../decorators/memo.util';
interface MemoizedFunction {
export interface MemoizedFunction {
cache: MemoCache;
}
export declare function memoFn<T extends (...args: any[]) => any>(fn: T, opts?: MemoOpts): T & MemoizedFunction;
export {};
{
"name": "@naturalcycles/js-lib",
"version": "8.2.0",
"version": "8.2.1",
"scripts": {

@@ -5,0 +5,0 @@ "build": "del ./dist && tsc",

@@ -6,3 +6,3 @@ import { getArgsSignature } from '../decorators/decorator.util'

interface MemoizedFunction {
export interface MemoizedFunction {
cache: MemoCache

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