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

solr-backbone

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

solr-backbone - npm Package Compare versions

Comparing version 0.3.2 to 0.3.3

4

package.json
{
"name": "solr-backbone",
"version": "0.3.2",
"description": "",
"version": "0.3.3",
"description": "Implements Backbone sync through Solr query",
"main": "SolrBackbone.js",

@@ -6,0 +6,0 @@ "scripts": {

@@ -147,3 +147,3 @@ /**

if (method === 'read') {
options.url = this.url + '/select';
options.url = this.url + '/select?wt=json';
}

@@ -150,0 +150,0 @@

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