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

fi-rut

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fi-rut

Chilean RUT utils for Node.js and AngularJS

  • 1.1.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-66.67%
Maintainers
1
Weekly downloads
 
Created
Source

fi-rut Build Status

Chilean RUT utils for Node.js, the browser and AngularJS.

For the browser and AngularJS

Installation

bower install --save fi-rut

Usage

For browser development, include dist/fi-rut.js in your bundle or assets. For AngularJs development include fi-rut-ng.js as it bundles both the browser and AngularJS modules.

For production use the minified version of either one (fi-rut.min.js or fi-rut-ng.min.js).

Important

With both versions the module will be assigned as rut into the window so you can access its methods directly via window.rut.

Important for AngularJS

The module, filter, directive and service are called ngRut (not fi-rut) to maintain compatibility with the deprecated ngRut module.

Documentation

Read the library docs for the methods specification.

Read the AngularJS docs for usage and specification on the modules.

For Node.js

Installation

bower install --save fi-rut

Usage

Just require fi-rut.

const rut = require('fi-rut');

Documentation

Read the library docs for the methods specification.

Keywords

FAQs

Package last updated on 22 Dec 2016

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