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
0
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

to
3.1.2

2

lib/httpClient.d.ts

@@ -1,3 +0,1 @@

/// <reference types="node" />
/// <reference types="node" />
import http from 'http';

@@ -4,0 +2,0 @@ import https from 'https';

35

package.json
{
"name": "feathers-solr",
"description": "A service plugin for Solr",
"version": "3.1.1",
"description": "A Feathers service adapter for Solr",
"version": "3.1.2",
"keywords": [

@@ -33,4 +33,4 @@ "feathers",

"prepublish": "npm run build",
"lint": "eslint src/**/*.ts --fix",
"lint:test": "eslint test/**/*.ts --fix",
"lint": "ESLINT_USE_FLAT_CONFIG=false eslint src/**/*.ts --fix",
"lint:test": "ESLINT_USE_FLAT_CONFIG=false eslint test/**/*.ts --fix",
"build": "shx rm -rf lib/ && tsc",

@@ -48,23 +48,24 @@ "test": "npm run build && npm run mocha",

"dependencies": {
"@feathersjs/adapter-commons": "5.0.22",
"@feathersjs/commons": "5.0.22",
"@feathersjs/errors": "5.0.22"
"@feathersjs/adapter-commons": "5.0.31",
"@feathersjs/commons": "5.0.31",
"@feathersjs/errors": "5.0.31"
},
"devDependencies": {
"@feathersjs/adapter-tests": "5.0.22",
"@feathersjs/express": "5.0.22",
"@feathersjs/feathers": "5.0.22",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.19",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@feathersjs/adapter-tests": "5.0.31",
"@feathersjs/express": "5.0.31",
"@feathersjs/feathers": "5.0.31",
"@stylistic/eslint-plugin": "^2.6.1",
"@types/mocha": "^10.0.7",
"@types/node": "^22.0.2",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"eslint": "^8.56.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prefer-arrow": "^1.2.3",
"mocha": "^10.3.0",
"nyc": "^15.1.0",
"mocha": "^11.0.1",
"nyc": "^17.0.0",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
"typescript": "^5.5.4"
}
}