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

@sparkz-community/common-server-lib

Package Overview
Dependencies
Maintainers
0
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sparkz-community/common-server-lib

[![Build Status](https://travis-ci.org/feathersjs/server.png?branch=master)](https://travis-ci.org/feathersjs/server) [![Code Climate](https://codeclimate.com/github/feathersjs/server/badges/gpa.svg)](https://codeclimate.com/github/feathersjs/server) [![T

  • 2.3.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

server

Build Status Code Climate Test Coverage Dependency Status Download Status

Installation

npm install server --save

Documentation

TBD

Complete Example

Here's an example of a Feathers server that uses server.

const feathers = require('@feathersjs/feathers');
const plugin = require('example/server');

// Initialize the application
const app = feathers();

// Initialize the plugin
app.configure(plugin());

License

Copyright (c) 2018

Licensed under the MIT license.

Keywords

FAQs

Package last updated on 14 Aug 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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