Socket
Socket
Sign inDemoInstall

loaded-language-linter

Package Overview
Dependencies
0
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    loaded-language-linter

A small Node.JS library to detect loaded language.


Version published
Weekly downloads
13
increased by1200%
Maintainers
1
Created
Weekly downloads
 

Readme

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

Last updated on 13 Feb 2017

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc