Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

akismet

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

akismet - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

5

package.json
{
"name": "akismet",
"version": "2.0.3",
"version": "2.0.4",
"keywords": [

@@ -27,4 +27,3 @@ "akismet",

"dependencies": {
"request": "2.x",
"tsc": "^1.20150623.0"
"request": "2.x"
},

@@ -31,0 +30,0 @@ "devDependencies": {

6

README.md

@@ -9,3 +9,3 @@ An [Akismet](http://www.akismet.com/) API client for [node.js](http://nodejs.org/).

``` bash
npm install akismet
npm install --save akismet
```

@@ -32,3 +32,3 @@

``` js
akismet.checkSpam({
akismet.checkComment({
user_ip: '1.1.1.1',

@@ -46,3 +46,3 @@ permalink: 'http://www.my.blog.com/my-post',

You can also send feedback to Akismet with `submitSpam` and `submitHam`. Their usage is the same as `checkSpam`.
You can also send feedback to Akismet with `submitSpam` and `submitHam`. Their usage is the same as `checkComment`.

@@ -49,0 +49,0 @@ ``` js

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