@redis/search
Advanced tools
Comparing version 1.1.5 to 2.0.0-next.1
{ | ||
"name": "@redis/search", | ||
"version": "1.1.5", | ||
"version": "2.0.0-next.1", | ||
"license": "MIT", | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"main": "./dist/lib/index.js", | ||
"types": "./dist/lib/index.d.ts", | ||
"files": [ | ||
"dist/" | ||
"dist/", | ||
"!dist/tsconfig.tsbuildinfo" | ||
], | ||
"scripts": { | ||
"test": "nyc -r text-summary -r lcov mocha -r source-map-support/register -r ts-node/register './lib/**/*.spec.ts'", | ||
"build": "tsc", | ||
"documentation": "typedoc" | ||
"test": "nyc -r text-summary -r lcov mocha -r tsx './lib/**/*.spec.ts'" | ||
}, | ||
"peerDependencies": { | ||
"@redis/client": "^1.0.0" | ||
"@redis/client": "^2.0.0-next.3" | ||
}, | ||
"devDependencies": { | ||
"@istanbuljs/nyc-config-typescript": "^1.0.2", | ||
"@redis/test-utils": "*", | ||
"@types/node": "^20.6.2", | ||
"nyc": "^15.1.0", | ||
"release-it": "^16.1.5", | ||
"source-map-support": "^0.5.21", | ||
"ts-node": "^10.9.1", | ||
"typedoc": "^0.25.1", | ||
"typescript": "^5.2.2" | ||
"@redis/test-utils": "*" | ||
}, | ||
@@ -29,0 +20,0 @@ "repository": { |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
104749
1
2240
1
1