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

memo-json

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

memo-json - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

package.json
{
"name": "memo-json",
"version": "0.1.1",
"version": "0.1.2",
"description": "",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/piglovesyou/memo-json",

# memo-json
A memoization decorator caching JSON results to disk. Speed up development applications depending on external resources.
Memoize functions returning JSON by caching results to disk. Useful for applications depending on external resources.

@@ -34,12 +34,2 @@ To install:

## Debug
Debug logs are available when you have `DEBUG` environment.
```bash
DEBUG=memo-json ts-node your-script.ts
# memo-json Cached .memo/xxx-5c9359.json +0ms
```
## Options

@@ -60,2 +50,12 @@

## Debug
Debug logs are available when you have `DEBUG` environment.
```bash
DEBUG=memo-json ts-node your-script.ts
# memo-json Cached .memo/xxx-5c9359.json +0ms
```
Available options:

@@ -66,8 +66,2 @@

## CLI
```bash
memo clean # Equivalent to `rm -rf .memo`
```
## License

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