New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
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
  • npm
  • Socket score

Version published
Maintainers
1
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

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