langchainhub
Advanced tools
Comparing version 0.0.0 to 0.0.1
{ | ||
"name": "langchainhub", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "Client library for connecting to the LangChain Hub.", | ||
"author": "LangChain", | ||
"license": "MIT", | ||
"packageManager": "yarn@3.5.1", | ||
"type": "module", | ||
"main": "./dist/index.js", | ||
"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", | ||
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest --passWithNoTests --testPathIgnorePatterns='\\.int\\.test.[tj]s' --testTimeout 30000", | ||
"test:integration": "cross-env NODE_OPTIONS=--experimental-vm-modules jest --testPathPattern=\\.int\\.test.ts --testTimeout 100000", | ||
"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}'", | ||
"precommit": "lint-staged", | ||
"prepublish": "yarn run build" | ||
}, | ||
"devDependencies": { | ||
"@jest/globals": "^29.6.3", | ||
"@tsconfig/recommended": "^1.0.2", | ||
"@types/jest": "^29.5.4", | ||
"@types/node": "^20.5.3", | ||
"@typescript-eslint/eslint-plugin": "^6.4.1", | ||
"@typescript-eslint/parser": "^6.4.1", | ||
"dotenv": "^16.3.1", | ||
"eslint": "^8.47.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-plugin-import": "^2.28.1", | ||
"eslint-plugin-no-instanceof": "^1.0.1", | ||
"eslint-plugin-prettier": "^5.0.0", | ||
"jest": "^29.6.3", | ||
"prettier": "^3.0.2", | ||
"ts-jest": "^29.1.1", | ||
"typescript": "^5.1.6" | ||
} | ||
}, | ||
"exports": { | ||
".": { | ||
"types": "./index.d.ts", | ||
"import": "./index.js", | ||
"require": "./index.cjs" | ||
}, | ||
"./client": { | ||
"types": "./client.d.ts", | ||
"import": "./client.js", | ||
"require": "./client.cjs" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"files": [ | ||
"dist/", | ||
"client.cjs", | ||
"client.js", | ||
"client.d.ts", | ||
"index.cjs", | ||
"index.js", | ||
"index.d.ts" | ||
] | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
16
0
651
1
Yes
29207
16
21