🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@mastra/gcs

Package Overview
Dependencies
Maintainers
1
Versions
221
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mastra/gcs - npm Package Compare versions

Package version was removed
This package version has been unpublished, mostly likely due to security reasons
Comparing version
0.2.2
to
0.2.3
+43
-42
package.json
{
"name": "@mastra/gcs",
"version": "0.2.2",
"description": "Google Cloud Storage filesystem provider for Mastra workspaces",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/index.cjs"
}
},
"./package.json": "./package.json"
"bugs": {
"url": "https://github.com/mastra-ai/mastra/issues"
},
"license": "Apache-2.0",
"dependencies": {
"@google-cloud/storage": "^7.19.0"
"@google-cloud/storage": "^7.19.0",
"easy-day-js": "^1.11.21"
},
"description": "Google Cloud Storage filesystem provider for Mastra workspaces",
"devDependencies": {
"@internal/lint": "0.0.104",
"@internal/types-builder": "0.0.79",
"@internal/workspace-test-utils": "0.0.48",
"@mastra/core": "1.42.0",
"@types/node": "22.19.15",

@@ -33,11 +22,20 @@ "@vitest/coverage-v8": "4.1.5",

"typescript": "^6.0.3",
"vitest": "4.1.5",
"@internal/lint": "0.0.104",
"@internal/types-builder": "0.0.79",
"@internal/workspace-test-utils": "0.0.48",
"@mastra/core": "1.42.0"
"vitest": "4.1.5"
},
"peerDependencies": {
"@mastra/core": ">=1.4.0-0 <2.0.0-0"
"engines": {
"node": "\u003e=22.13.0"
},
"exports": {
".": {
"import": {
"default": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"require": {
"default": "./dist/index.cjs",
"types": "./dist/index.d.ts"
}
},
"./package.json": "./package.json"
},
"files": [

@@ -48,13 +46,13 @@ "dist",

"homepage": "https://mastra.ai",
"license": "Apache-2.0",
"main": "dist/index.js",
"name": "@mastra/gcs",
"peerDependencies": {
"@mastra/core": "\u003e=1.4.0-0 \u003c2.0.0-0"
},
"repository": {
"directory": "workspaces/gcs",
"type": "git",
"url": "git+https://github.com/mastra-ai/mastra.git",
"directory": "workspaces/gcs"
"url": "git+https://github.com/mastra-ai/mastra.git"
},
"bugs": {
"url": "https://github.com/mastra-ai/mastra/issues"
},
"engines": {
"node": ">=22.13.0"
},
"scripts": {

@@ -64,10 +62,13 @@ "build": "tsup --silent --config tsup.config.ts",

"build:watch": "pnpm build --watch",
"test:unit": "vitest run --exclude '**/*.integration.test.ts'",
"test:watch": "vitest watch",
"pretest": "docker compose up -d && sleep 3",
"lint": "eslint .",
"posttest": "docker compose down -v",
"pretest": "docker compose up -d \u0026\u0026 sleep 3",
"test": "GCS_ENDPOINT=http://localhost:4443 TEST_GCS_BUCKET=test-bucket vitest run ./src/**/*.integration.test.ts",
"posttest": "docker compose down -v",
"test:cloud": "vitest run ./src/**/*.integration.test.ts",
"lint": "eslint ."
}
}
"test:unit": "vitest run --exclude '**/*.integration.test.ts'",
"test:watch": "vitest watch"
},
"type": "module",
"types": "dist/index.d.ts",
"version": "0.2.3"
}