New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.6 to 0.0.7

12

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

@@ -18,8 +18,8 @@ "author": "LangChain",

"test:single": "NODE_OPTIONS=--experimental-vm-modules yarn run jest --config jest.config.cjs --testTimeout 100000",
"lint": "eslint 'src/**/*.{ts,tsx}' --quiet --fix",
"format": "prettier --write 'src/**/*.{ts,tsx}'",
"format:check": "prettier --check 'src/**/*.{ts,tsx}'",
"lint": "NODE_OPTIONS=--max-old-space-size=4096 eslint --cache --ext .ts,.js src/",
"lint:fix": "yarn lint --fix",
"format": "prettier --config .prettierrc --write \"src\"",
"format:check": "prettier --config .prettierrc --check \"src\"",
"precommit": "lint-staged",
"prepublish": "yarn run build",
"publish": "yarn run prepublish && npm publish"
"prepublish": "yarn run build"
},

@@ -26,0 +26,0 @@ "devDependencies": {

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