Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jinabox

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jinabox - npm Package Compare versions

Comparing version 0.1.10 to 0.1.11

2

index.js

@@ -23,3 +23,3 @@ function drag(ev) {

<script>
JinaBox.init('${settings.url}',{timeout:${settings.timeout}});
JinaBox.init('${settings.url}'${settings.timeout?`,{timeout:${settings.timeout}}`:''});
</script>

@@ -26,0 +26,0 @@ `

{
"name": "jinabox",
"version": "0.1.10",
"version": "0.1.11",
"description": "A lightweight, customizable omnibox. Useful for searching text, images, videos, audios or all other kinds data with a Jina backend.",
"main": "library/jinabox.js",
"unpkg": "dist/jinabox.min.js",
"scripts": {

@@ -17,5 +18,15 @@ "test": "echo \"Error: no test specified\" && exit 1"

"jina-box",
"neural search"
"neural search",
"search box",
"omnibox",
"image search",
"video search",
"audio search",
"semantic search"
],
"author": "Jina AI Limited",
"author": {
"name": "Jina AI Dev Team",
"email": "hello@jina.ai",
"url": "https://jina.ai/"
},
"license": "Apache-2.0",

@@ -25,3 +36,3 @@ "bugs": {

},
"homepage": "https://github.com/jina-ai/jina-box#readme"
"homepage": "https://github.com/jina-ai/jinabox.js"
}

@@ -8,3 +8,3 @@ # jinabox.js

[Demo page](https://jinaboxjs.jina.ai)
[Demo page](https://jina.ai/jinabox.js/)

@@ -19,4 +19,3 @@ ## Quick Start

jb = window.JinaBox
jb.init('http://0.0.0.0:65481/api/search'); // `http://0.0.0.0:65481/api/search` is the endpoint of the REST gateway of a Jina backend.
jb.init('http://0.0.0.0:65481/api/search'); // http://0.0.0.0:65481/api/search is the endpoint of the REST gateway of a Jina backend.
</script>

@@ -31,2 +30,4 @@ ```

Run [one of our examples](https://learn.jina.ai) and play!
### Using with a module bundler

@@ -33,0 +34,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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