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

@feathersjs/authentication

Package Overview
Dependencies
Maintainers
4
Versions
129
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@feathersjs/authentication - npm Package Compare versions

Comparing version 2.1.7 to 2.1.8

51

package.json
{
"name": "@feathersjs/authentication",
"description": "Add Authentication to your FeathersJS app.",
"version": "2.1.7",
"homepage": "https://github.com/feathersjs/authentication",
"version": "2.1.8",
"homepage": "https://feathersjs.com",
"main": "lib/",

@@ -14,3 +14,3 @@ "keywords": [

"type": "git",
"url": "git://github.com/feathersjs/authentication.git"
"url": "git://github.com/feathersjs/feathers.git"
},

@@ -24,3 +24,3 @@ "author": {

"bugs": {
"url": "https://github.com/feathersjs/authentication/issues"
"url": "https://github.com/feathersjs/feathers/issues"
},

@@ -31,24 +31,13 @@ "engines": {

"scripts": {
"publish": "git push origin --tags && npm run changelog && git push origin",
"release:patch": "npm version patch && npm publish --access public",
"release:minor": "npm version minor && npm publish --access public",
"release:major": "npm version major && npm publish --access public",
"release:pre": "npm version prerelease && npm publish --tag pre --access public",
"changelog": "github_changelog_generator && git add CHANGELOG.md && git commit -am \"Updating changelog\"",
"lint": "semistandard --fix",
"mocha": "mocha --opts mocha.opts",
"test": "npm run lint && npm run coverage && nsp check",
"coverage": "istanbul cover node_modules/mocha/bin/_mocha -- --opts mocha.opts"
"test": "../../node_modules/.bin/mocha --opts ../../mocha.opts"
},
"semistandard": {
"env": [
"mocha"
]
},
"directories": {
"lib": "lib"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@feathersjs/commons": "^1.2.0",
"@feathersjs/errors": "^3.0.0",
"@feathersjs/commons": "^2.0.0",
"@feathersjs/errors": "^3.3.1",
"@feathersjs/socket-commons": "^3.1.2",

@@ -67,9 +56,9 @@ "debug": "^3.1.0",

"devDependencies": {
"@feathersjs/authentication-jwt": "^2.0.0",
"@feathersjs/authentication-local": "^1.0.0",
"@feathersjs/configuration": "^1.0.0",
"@feathersjs/express": "^1.0.0",
"@feathersjs/authentication-jwt": "^2.0.2",
"@feathersjs/authentication-local": "^1.2.2",
"@feathersjs/configuration": "^2.0.1",
"@feathersjs/express": "^1.2.4",
"@feathersjs/feathers": "^3.0.5",
"@feathersjs/primus": "^3.0.3",
"@feathersjs/socketio": "^3.0.0",
"@feathersjs/primus": "^3.2.2",
"@feathersjs/socketio": "^3.2.3",
"body-parser": "^1.15.2",

@@ -79,6 +68,4 @@ "chai": "^4.1.0",

"feathers-memory": "^2.0.0",
"istanbul": "^1.1.0-alpha.1",
"jshint": "^2.9.3",
"localstorage-memory": "^1.0.2",
"mocha": "^5.0.0",
"mongodb": "^3.0.0",

@@ -88,3 +75,2 @@ "nsp": "^3.0.0",

"primus": "^7.0.0",
"semistandard": "^12.0.0",
"sinon": "^6.0.0",

@@ -94,4 +80,5 @@ "sinon-chai": "^3.0.0",

"superagent": "^3.0.0",
"ws": "^5.0.0"
}
"ws": "^6.0.0"
},
"gitHead": "a618e325acc797dfb895f69310e55075838dfdeb"
}
# @feathersjs/authentication
[![Build Status](https://travis-ci.org/feathersjs/authentication.png?branch=master)](https://travis-ci.org/feathersjs/authentication)
[![Dependency Status](https://img.shields.io/david/feathersjs/authentication.svg?style=flat-square)](https://david-dm.org/feathersjs/authentication)
[![Maintainability](https://api.codeclimate.com/v1/badges/65abe50ec85244072ee9/maintainability)](https://codeclimate.com/github/feathersjs/authentication/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/65abe50ec85244072ee9/test_coverage)](https://codeclimate.com/github/feathersjs/authentication/test_coverage)
[![Greenkeeper badge](https://badges.greenkeeper.io/feathersjs/authentication.svg)](https://greenkeeper.io/)
[![Build Status](https://travis-ci.org/feathersjs/feathers.png?branch=master)](https://travis-ci.org/feathersjs/feathers)
[![Dependency Status](https://img.shields.io/david/feathersjs/feathers.svg?style=flat-square&path=packages/authentication)](https://david-dm.org/feathersjs/feathers?path=packages/authentication)
[![Download Status](https://img.shields.io/npm/dm/@feathersjs/authentication.svg?style=flat-square)](https://www.npmjs.com/package/@feathersjs/authentication)

@@ -10,0 +6,0 @@

Sorry, the diff of this file is too big to display

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