New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

feathers-solr

Package Overview
Dependencies
Maintainers
1
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

feathers-solr - npm Package Compare versions

Comparing version 1.1.15 to 1.1.16

40

package.json
{
"name": "feathers-solr",
"description": "Solr Adapter for Feathersjs",
"version": "1.1.15",
"version": "1.1.16",
"homepage": "https://github.com/sajov/feathers-solr",

@@ -40,12 +40,12 @@ "main": "lib/",

"jshint": "jshint src/. test/. --config",
"mocha": "mocha --recursive test/ --compilers js:babel-core/register",
"mocha": "mocha --recursive test/ --require babel-core/register",
"test": "npm run compile && npm run jshint && npm run mocha",
"test1": "npm run compile && npm run jshint && mocha --recursive test/adapter.test.js --compilers js:babel-core/register",
"test2": "npm run compile && npm run jshint && mocha --recursive test/adapter.test.js --compilers js:babel-core/register",
"test3": "npm run compile && npm run jshint && mocha --recursive test/client/configApi.test.js --compilers js:babel-core/register",
"test4": "npm run compile && npm run jshint && mocha --recursive test/client/schemaApi.test.js --compilers js:babel-core/register",
"test5": "npm run compile && npm run jshint && mocha --recursive test/query.test.js --compilers js:babel-core/register",
"test1": "npm run compile && npm run jshint && mocha --recursive test/adapter.test.js --require babel-core/register",
"test2": "npm run compile && npm run jshint && mocha --recursive test/adapter.test.js --require babel-core/register",
"test3": "npm run compile && npm run jshint && mocha --recursive test/client/configApi.test.js --require babel-core/register",
"test4": "npm run compile && npm run jshint && mocha --recursive test/client/schemaApi.test.js --require babel-core/register",
"test5": "npm run compile && npm run jshint && mocha --recursive test/query.test.js --require babel-core/register",
"start": "npm run compile && node example/app",
"test-cov": "node_modules/.bin/istanbul cover node_modules/mocha/bin/_mocha -- --compilers js:babel-core/register --colors test/*",
"travis": "node_modules/.bin/istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --compilers js:babel-core/register --colors --reporter spec test/"
"test-cov": "node_modules/.bin/istanbul cover node_modules/mocha/bin/_mocha -- --require babel-core/register --colors test/*",
"travis": "node_modules/.bin/istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require babel-core/register --colors --reporter spec test/"
},

@@ -56,6 +56,6 @@ "directories": {

"dependencies": {
"debug": "^4.0.1",
"debug": "^4.1.1",
"feathers-errors": "^2.9.2",
"request": "^2.88.0",
"request-promise": "^4.2.2"
"request-promise": "^4.2.4"
},

@@ -73,8 +73,8 @@ "babel": {

"babel-core": "^6.26.3",
"babel-eslint": "^10.0.1",
"babel-plugin-add-module-exports": "^1.0.0",
"babel-eslint": "^10.0.3",
"babel-plugin-add-module-exports": "^1.0.2",
"babel-preset-es2015": "^6.24.1",
"body-parser": "^1.18.3",
"body-parser": "^1.19.0",
"chai": "^4.2.0",
"coveralls": "^3.0.2",
"coveralls": "^3.0.6",
"faker": "^4.1.0",

@@ -87,11 +87,11 @@ "feathers": "^2.2.4",

"istanbul": "1.0.0-alpha.2",
"jsdoc-to-markdown": "^4.0.1",
"jshint": "^2.9.6",
"mocha": "^5.2.0",
"jsdoc-to-markdown": "^5.0.1",
"jshint": "^2.10.2",
"mocha": "^6.2.0",
"mocha-coveralls-reporter": "^0.0.5",
"mocha-lcov-reporter": "^1.3.0",
"nsp": "^3.2.1",
"rimraf": "^2.6.2",
"supertest": "^3.3.0"
"rimraf": "^3.0.0",
"supertest": "^4.0.2"
}
}
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