
Product
Rust Support Now in Beta
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
This package gives you easy access to AFINN-96.
You should likely use afinn-165
instead.
This package is ESM only. In Node.js (version 14.14+, 16.0+), install with npm:
npm install afinn-96
In Deno with esm.sh
:
import {afinn96} from 'https://esm.sh/afinn-96@2'
In browsers with esm.sh
:
<script type="module">
import {afinn96} from 'https://esm.sh/afinn-96@2?bundle'
</script>
import {afinn96} from 'afinn-96'
afinn96.positive // => 2
afinn96['fed up'] // => -3
This package exports the identifier afinn96
.
There is no default export.
afinn96
afinn-96
maps entries to valence ratings (Record<string, number>
).
👉 Note: Be careful when accessing unknown properties on the
afinn-96
object, words such asconstructor
ortoString
might occur. It’s recommended to use ahasOwnProperty
check beforehand.
Note the AFINN entries are:
can't stand
, cashing in
,
cool stuff
, does not work
, dont like
, fed up
, green wash
,
green washing
, messing up
, no fun
, not good
, not working
,
right direction
, screwed up
, some kind
)can't stand
)cover-up
, made-up
, short-sighted
,
short-sightedness
, son-of-a-bitch
)This package is fully typed with TypeScript. It exports no additional types.
This package is at least compatible with all maintained versions of Node.js. As of now, that is Node.js 14.14+, 16.0+, and 18.0+. It also works in Deno and modern browsers.
afinn-111
— AFINN list from 2011, containing 2477 entriesafinn-165
— AFINN list from 2015, containing 3382 entriesemoji-emotion
— like AFINN, but for emojipolarity
— detect the polarity of text, based on afinn-165
and emoji-emotion
Yes please! See How to Contribute to Open Source.
This package is safe.
FAQs
AFINN 96 (list of English words rated for valence) in JSON
The npm package afinn-96 receives a total of 7 weekly downloads. As such, afinn-96 popularity was classified as not popular.
We found that afinn-96 demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
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.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.