sqlite-vec
Advanced tools
+1
-1
@@ -8,3 +8,3 @@ | ||
| const ENTRYPOINT_BASE_NAME = "vec0"; | ||
| const supportedPlatforms = [["darwin","arm64"],["linux","arm64"],["darwin","x64"],["win32","x64"],["linux","x64"]]; | ||
| const supportedPlatforms = [["darwin","x64"],["linux","x64"],["darwin","arm64"],["win32","x64"],["linux","arm64"]]; | ||
@@ -11,0 +11,0 @@ const invalidPlatformErrorMessage = `Unsupported platform for ${BASE_PACKAGE_NAME}, on a ${platform}-${arch} machine. Supported platforms are (${supportedPlatforms |
+1
-1
@@ -9,3 +9,3 @@ | ||
| const ENTRYPOINT_BASE_NAME = "vec0"; | ||
| const supportedPlatforms = [["darwin","arm64"],["linux","arm64"],["darwin","x64"],["win32","x64"],["linux","x64"]]; | ||
| const supportedPlatforms = [["darwin","x64"],["linux","x64"],["darwin","arm64"],["win32","x64"],["linux","arm64"]]; | ||
@@ -12,0 +12,0 @@ const invalidPlatformErrorMessage = `Unsupported platform for ${BASE_PACKAGE_NAME}, on a ${platform}-${arch} machine. Supported platforms are (${supportedPlatforms |
+1
-1
@@ -1,1 +0,1 @@ | ||
| {"name":"sqlite-vec","version":"0.1.8-alpha.1","author":"Alex Garcia","license":"MIT OR Apache","description":"A vector search SQLite extension.","repository":{"type":"git","url":"https://github.com/asg017/sqlite-vec","directory":null},"main":"./index.cjs","module":"./index.mjs","types":"./index.d.ts","exports":{".":{"require":"./index.cjs","import":"./index.mjs","types":"./index.d.ts"}},"files":[],"keywords":[],"optionalDependencies":{"sqlite-vec-windows-x64":"0.1.8-alpha.1","sqlite-vec-linux-x64":"0.1.8-alpha.1","sqlite-vec-linux-arm64":"0.1.8-alpha.1","sqlite-vec-darwin-arm64":"0.1.8-alpha.1","sqlite-vec-darwin-x64":"0.1.8-alpha.1"}} | ||
| {"name":"sqlite-vec","version":"0.1.8","author":"Alex Garcia","license":"MIT OR Apache","description":"A vector search SQLite extension.","repository":{"type":"git","url":"https://github.com/asg017/sqlite-vec","directory":null},"main":"./index.cjs","module":"./index.mjs","types":"./index.d.ts","exports":{".":{"require":"./index.cjs","import":"./index.mjs","types":"./index.d.ts"}},"files":[],"keywords":[],"optionalDependencies":{"sqlite-vec-darwin-x64":"0.1.8","sqlite-vec-linux-x64":"0.1.8","sqlite-vec-windows-x64":"0.1.8","sqlite-vec-linux-arm64":"0.1.8","sqlite-vec-darwin-arm64":"0.1.8"}} |
Unidentified License
LicenseSomething that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
Unidentified License
LicenseSomething that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
4004
-1.18%