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

@iy4u/tallybank-node-feathers-wrapper

Package Overview
Dependencies
Maintainers
9
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@iy4u/tallybank-node-feathers-wrapper

Tally Bank Node wrapper for feathersjs backends

  • 0.0.7
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
9
Created
Source

server

Build Status Code Climate Test Coverage Dependency Status Download Status

npm Setup

create npm account.

Set up iy4u profile:

npmrc -c iy4u
npm login --scope=@iy4u --registry=https://registry.npmjs.org/

Set up ionrev profile:

npmrc -c ionrev
npm login --scope=@ionrev --registry=https://registry.npmjs.org/

switch profiles:

npmrc ionrev
npmrc iy4u

Installation

npm install @iy4u/tally-node-feathers-wrapper --save

Documentation

TBD

Complete Example

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

const feathers = require('@feathersjs/feathers');
const plugin = require('@iy4u/tally-node-feathers-wrapper');

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

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

License

Copyright (c) 2018

Licensed under the MIT license.

FAQs

Package last updated on 08 Sep 2021

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