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

@langchain/google-gauth

Package Overview
Dependencies
Maintainers
8
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@langchain/google-gauth - npm Package Compare versions

Comparing version 0.0.16 to 0.0.17

13

package.json
{
"name": "@langchain/google-gauth",
"version": "0.0.16",
"version": "0.0.17",
"description": "Google auth based authentication support for Google services",

@@ -17,3 +17,4 @@ "type": "module",

"scripts": {
"build": "yarn run build:deps && yarn clean && yarn build:esm && yarn build:cjs && yarn build:scripts",
"build": "yarn turbo:command build:internal --filter=@langchain/google-gauth",
"build:internal": "yarn lc-build:v2 --create-entrypoints --pre --tree-shaking",
"build:deps": "yarn run turbo:command build --filter=@langchain/google-common",

@@ -28,3 +29,3 @@ "build:esm": "NODE_OPTIONS=--max-old-space-size=4096 tsc --outDir dist/ && rm -rf dist/tests dist/**/tests",

"lint:fix": "yarn lint:eslint --fix && yarn lint:dpdm",
"clean": "rm -rf dist/ && NODE_OPTIONS=--max-old-space-size=4096 yarn lc-build --config ./langchain.config.js --create-entrypoints --pre",
"clean": "rm -rf .turbo dist/",
"prepack": "yarn build",

@@ -44,4 +45,4 @@ "test": "yarn run build:deps && NODE_OPTIONS=--experimental-vm-modules jest --testPathIgnorePatterns=\\.int\\.test.ts --testTimeout 30000 --maxWorkers=50%",

"dependencies": {
"@langchain/core": ">0.1.56 <0.3.0",
"@langchain/google-common": "~0.0.15",
"@langchain/core": ">0.1.56 <0.3.0",
"@langchain/google-common": "~0.0.17",
"google-auth-library": "^8.9.0"

@@ -51,3 +52,3 @@ },

"@jest/globals": "^29.5.0",
"@langchain/scripts": "~0.0",
"@langchain/scripts": "~0.0.14",
"@swc/core": "^1.3.90",

@@ -54,0 +55,0 @@ "@swc/jest": "^0.2.29",

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