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.0 to 3.0.2

src/cache.js

16

changelog.md
# flat-cache - Changelog
## v3.0.2
- **Refactoring**
- Update the files paths - [6983a80]( https://github.com/royriojas/flat-cache/commit/6983a80 ), [Roy Riojas](https://github.com/Roy Riojas), 08/11/2020 01:58:39
- Move code to src/ - [18ed6e8]( https://github.com/royriojas/flat-cache/commit/18ed6e8 ), [Roy Riojas](https://github.com/Roy Riojas), 08/11/2020 01:57:17
- Change eslint-cache location - [beed74c]( https://github.com/royriojas/flat-cache/commit/beed74c ), [Roy Riojas](https://github.com/Roy Riojas), 08/11/2020 01:48:32
## v3.0.1
- **Refactoring**
- Remove unused deps - [8c6d9dc]( https://github.com/royriojas/flat-cache/commit/8c6d9dc ), [Roy Riojas](https://github.com/Roy Riojas), 08/11/2020 01:43:29
## v3.0.0

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

13

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

@@ -11,7 +11,5 @@ "repository": "royriojas/flat-cache",

},
"main": "cache.js",
"main": "src/cache.js",
"files": [
"cache.js",
"utils.js",
"del.js"
"./src/"
],

@@ -28,3 +26,3 @@ "engines": {

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

@@ -80,5 +78,2 @@ "autofix": "npm run eslint-fix",

"prettier": "^2.1.2",
"proxyquire": "^2.1.3",
"sinon": "^9.2.1",
"sinon-chai": "^3.5.0",
"watch-run": "^1.2.5"

@@ -85,0 +80,0 @@ },

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