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

@file-cache/core

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@file-cache/core - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

15

package.json
{
"name": "@file-cache/core",
"version": "1.0.0",
"version": "1.0.1",
"description": "A cache for file metadata or file content.",

@@ -23,7 +23,6 @@ "keywords": [

"inputs": {
"node": "./src/index.ts"
"index": "./src/index.ts"
},
"platform": "node",
"format": "mjs",
"support": "experimental"
"format": "mjs"
}

@@ -42,3 +41,3 @@ ],

"types": "./dts/index.d.ts",
"main": "./cjs/index.cjs",
"main": "./mjs/index.mjs",
"dependencies": {

@@ -62,3 +61,4 @@ "pkg-dir": "^6.0.1"

"node": {
"import": "./mjs/*.mjs"
"import": "./mjs/*.mjs",
"require": "./cjs/*.cjs"
}

@@ -69,3 +69,4 @@ },

"node": {
"import": "./mjs/index.mjs"
"import": "./mjs/index.mjs",
"require": "./cjs/index.cjs"
}

@@ -72,0 +73,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