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

@data-eden/cache

Package Overview
Dependencies
Maintainers
4
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@data-eden/cache - npm Package Compare versions

Comparing version 0.8.1 to 0.8.2

dist/data-eden-cache.js

15

package.json
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@data-eden/cache",
"version": "0.8.1",
"version": "0.8.2",
"repository": {

@@ -14,13 +14,12 @@ "type": "git",

".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"default": "./dist/index.js"
"types": "./dist/index.d.ts",
"import": "./dist/data-eden-cache.js",
"require": "./dist/data-eden-cache.umd.cjs"
}
},
"main": "./dist/index.js",
"main": "./dist/data-eden-cache.umd.cjs",
"module": "./dist/data-eden-cache.js",
"typings": "./dist/index.d.ts",
"scripts": {
"build": "tsc --build",
"build": "vite build && tsc -p tsconfig.build.json",
"test": "vitest run",

@@ -27,0 +26,0 @@ "test:debug": "node --inspect-brk --inspect ../../node_modules/.bin/vitest --threads=false"

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