langchainhub
Advanced tools
Comparing version 0.0.6 to 0.0.7
{ | ||
"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": { |
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
3
2348
2
0