Socket
Socket
Sign inDemoInstall

flat-cache

Package Overview
Dependencies
13
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.2 to 3.0.3

5

changelog.md
# flat-cache - Changelog
## v3.0.3
- **Bug Fixes**
- Fix wrong eslint command - [f268e42]( https://github.com/royriojas/flat-cache/commit/f268e42 ), [Roy Riojas](https://github.com/Roy Riojas), 08/11/2020 02:15:04
## v3.0.2

@@ -4,0 +9,0 @@ - **Refactoring**

4

package.json
{
"name": "flat-cache",
"version": "3.0.2",
"version": "3.0.3",
"description": "A stupidly simple key/value storage using files to persist some data",

@@ -25,3 +25,3 @@ "repository": "royriojas/flat-cache",

"scripts": {
"eslint": "eslint --cache --cache-location=node_modules/.cache/ --ext ./src/**/*.js ./test/**/*.js",
"eslint": "eslint --cache --cache-location=node_modules/.cache/ ./src/**/*.js ./test/**/*.js",
"eslint-fix": "npm run eslint -- --fix",

@@ -28,0 +28,0 @@ "autofix": "npm run eslint-fix",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc