Socket
Socket
Sign inDemoInstall

cache-service-file-cache

Package Overview
Dependencies
6
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 2.0.0

.gitlab-ci.yml

17

CHANGELOG.md
# Change Log
All notable changes to this project will be documented in this file.

@@ -6,2 +7,6 @@

## [Unreleased]
TODO: add at least one Added, Changed, Deprecated, Removed, Fixed or Security section
## [1.1.0] 2018-02-06

@@ -11,3 +16,3 @@

- Updated dependencies
* Updated dependencies

@@ -17,9 +22,11 @@ ## [1.0.2] 2017-09-26

### Fixed
- Deprecation warning because of the usage of `os.tmpDir` instead of `os.tmpdir`
- Make it compatible with node LTS 4
* Deprecation warning because of the usage of `os.tmpDir` instead of `os.tmpdir`
* Make it compatible with node LTS 4
## [1.0.1] 2017-08-13
### Fixed
- Handle circular data correctly
- Handle faulty cache files correctly
* Handle circular data correctly
* Handle faulty cache files correctly

@@ -0,1 +1,3 @@

'use strict';
const mocha = require('mocha');

@@ -2,0 +4,0 @@

{
"name": "cache-service-file-cache",
"version": "1.1.0",
"version": "2.0.0",
"description": "A file cache service for cache-service",
"main": "index.js",
"repository": "https://github.com/leipert/cache-service-file-cache",
"repository": "https://gitlab.com/leipert-projects/cache-service-file-cache",
"author": "Lukas Eipert <git@leipert.io>",

@@ -11,9 +11,10 @@ "license": "MIT",

"test": "node_modules/.bin/mocha *.test.js",
"precommit": "lint-staged",
"prettier": "./node_modules/.bin/prettier --single-quote --trailing-comma es5 --tab-width 4 --write '*.js'"
"precommit": "pretty-quick",
"lint": "pretty-quick"
},
"devDependencies": {
"lint-staged": "^6.1.0",
"mocha": "^5.0.0",
"prettier": "^1.10.2",
"husky": "^0.14.3",
"mocha": "^5.2.0",
"prettier": "^1.12.1",
"pretty-quick": "^1.6.0",
"should": "^13.2.1"

@@ -23,11 +24,5 @@ },

"bluebird": "^3.5.1",
"circular-json": "^0.5.1",
"fs-extra": "^5.0.0"
},
"lint-staged": {
"*.js": [
"./node_modules/.bin/prettier --single-quote --trailing-comma es5 --tab-width 4 --write",
"git add"
]
"circular-json": "^0.5.4",
"fs-extra": "^6.0.1"
}
}
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