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

@data-eden/athena

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/athena - npm Package Compare versions

Comparing version 0.6.0 to 0.7.0

4

package.json
{
"name": "@data-eden/athena",
"version": "0.6.0",
"version": "0.7.0",
"repository": {

@@ -27,3 +27,3 @@ "type": "git",

"dependencies": {
"@data-eden/cache": "^0.6.0",
"@data-eden/cache": "^0.7.0",
"lodash-es": "^4.17.21"

@@ -30,0 +30,0 @@ },

import { defineConfig } from 'vitest/config';
import { resolve } from 'node:path';

@@ -7,2 +8,7 @@ export default defineConfig({

},
resolve: {
alias: {
'@data-eden/athena': resolve(__dirname, './src'),
},
},
});
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