You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

loaded-language-linter

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

loaded-language-linter

A small Node.JS library to detect loaded language.

0.0.7
latest
Source
npmnpm
Version published
Weekly downloads
20
300%
Maintainers
1
Weekly downloads
 
Created
Source

loaded-language-linter

A small Node.JS library to detect loaded language in given text.

Install

npm i loaded-language-linter

Usage

// require the module
var linter = require('loaded-language-linter');

var result = linter('Lorem ipsum dolor sit amet family values.');

console.log(result.text)
// returns original text
// 'Lorem ipsum dolor sit amet family values.'

console.log(result.matches)
// returns Array of matches
// [ 'family values' ]

About

This project was inspired by Eric Weinstein's response to:

"What scientific term or concept ought to be more widely known?"

Russell conjugation (emotive conjugation).

FAQs

Package last updated on 13 Feb 2017

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