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

file-system-cache

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

file-system-cache - npm Package Compare versions

Comparing version 2.4.1 to 2.4.2

5

CHANGELOG.md

@@ -15,2 +15,7 @@ # Change Log

## [2.4.2] - 2023-06-8
#### Fixed
- Issue #33: "@types/ramda" types as devDependency causing upstream issues on `--skipLib`
## [2.4.1] - 2023-06-28

@@ -17,0 +22,0 @@ #### Fixed

6

package.json
{
"name": "file-system-cache",
"version": "2.4.1",
"version": "2.4.2",
"description": "A super-fast, promise-based cache that reads and writes to the file-system.",

@@ -13,2 +13,3 @@ "main": "./lib/index.js",

"dependencies": {
"@types/ramda": "0.29.3",
"fs-extra": "11.1.1",

@@ -22,3 +23,2 @@ "ramda": "0.29.0"

"@types/mocha": "10.0.1",
"@types/ramda": "0.29.2",
"chai": "4.3.7",

@@ -28,3 +28,3 @@ "mocha": "10.2.0",

"ts-node": "10.9.1",
"typescript": "5.1.3"
"typescript": "5.1.6"
},

@@ -31,0 +31,0 @@ "repository": {

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