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

langchainhub

Package Overview
Dependencies
Maintainers
3
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

langchainhub - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

client.d.cts

35

package.json
{
"name": "langchainhub",
"version": "0.0.9",
"version": "0.0.10",
"description": "Client library for connecting to the LangChain Hub.",

@@ -11,6 +11,6 @@ "author": "LangChain",

"scripts": {
"build": "yarn clean && yarn build:esm && yarn build:cjs && node scripts/create-entrypoints.js",
"clean": "rm -rf dist/ && node scripts/create-entrypoints.js clean",
"build:esm": "tsc --outDir dist/",
"build:cjs": "tsc --outDir dist-cjs/ -p tsconfig.cjs.json && node scripts/move-cjs-to-dist.js && rm -r dist-cjs",
"build": "yarn clean && yarn build:esm && yarn build:cjs && yarn create-entrypoints",
"clean": "rm -rf dist/ && NODE_OPTIONS=--max-old-space-size=4096 yarn lc-build --config ./langchain.config.js --create-entrypoints --pre",
"build:esm": "rm -f src/package.json && tsc --outDir dist/",
"build:cjs": "echo '{}' > src/package.json && tsc --outDir dist-cjs/ -p tsconfig.cjs.json && yarn move-cjs-to-dist && rm -r dist-cjs src/package.json",
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest --passWithNoTests --testPathIgnorePatterns='\\.int\\.test.[tj]s' --testTimeout 30000",

@@ -24,6 +24,9 @@ "test:integration": "cross-env NODE_OPTIONS=--experimental-vm-modules jest --testPathPattern=\\.int\\.test.ts --testTimeout 100000",

"precommit": "lint-staged",
"prepublish": "yarn run build"
"prepublish": "yarn run build",
"create-entrypoints": "yarn lc-build --config ./langchain.config.js --create-entrypoints",
"move-cjs-to-dist": "yarn lc-build --config ./langchain.config.js --move-cjs-dist"
},
"devDependencies": {
"@jest/globals": "^29.6.3",
"@langchain/scripts": "^0.0.13",
"@tsconfig/recommended": "^1.0.2",

@@ -47,3 +50,7 @@ "@types/jest": "^29.5.4",

".": {
"types": "./index.d.ts",
"types": {
"import": "./index.d.ts",
"require": "./index.d.cts",
"default": "./index.d.ts"
},
"import": "./index.js",

@@ -53,3 +60,7 @@ "require": "./index.cjs"

"./client": {
"types": "./client.d.ts",
"types": {
"import": "./client.d.ts",
"require": "./client.d.cts",
"default": "./client.d.ts"
},
"import": "./client.js",

@@ -62,9 +73,11 @@ "require": "./client.cjs"

"dist/",
"index.cjs",
"index.js",
"index.d.ts",
"index.d.cts",
"client.cjs",
"client.js",
"client.d.ts",
"index.cjs",
"index.js",
"index.d.ts"
"client.d.cts"
]
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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