Socket
Socket
Sign inDemoInstall

olasearch-solr-adapter

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

olasearch-solr-adapter - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

src/http.js

10

package.json
{
"name": "olasearch-solr-adapter",
"version": "0.0.6",
"version": "0.0.7",
"description": "OlaSearch adapter for Solr",
"main": "adapter.js",
"main": "lib/index",
"scripts": {
"compile": "babel --stage 0 index.js -o adapter.js",
"compile": "babel src --out-dir lib --stage 0",
"prepublish": "npm run compile",

@@ -26,2 +26,4 @@ "test": "echo \"Error: no test specified\" && exit 1"

"dependencies": {
"isomorphic-fetch": "^2.2.0",
"jquery-param": "^0.2.0",
"ramda": "^0.19.1"

@@ -31,4 +33,4 @@ },

"babel-core": "^6.4.0",
"babel-loader": "^6.2.1"
"babel-loader": "^6.2.1"
}
}
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