New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 0.0.10 to 0.0.11

LICENSE

2

lib/akismet.js

@@ -56,3 +56,3 @@ (function() {

options.user_agent = this.userAgent;
return this.postRequest(this.endpoint, '/1.1/submit-ham', options, function(err, status, headers, body) {
return this.postRequest(this.endPoint, '/1.1/submit-ham', options, function(err, status, headers, body) {
return callback(err);

@@ -59,0 +59,0 @@ });

{
"name" : "akismet",
"version": "0.0.10",
"version": "0.0.11",
"keywords": ["akismet", "comment", "spam"],

@@ -5,0 +5,0 @@ "homepage": "https://github.com/oozcitak/akismet-js",

An [Akismet](http://www.akismet.com/) API client for [node.js](http://nodejs.org/).
Licensed under the [MIT License](http://www.opensource.org/licenses/mit-license.php).
[![NPM version](https://badge.fury.io/js/akismet.png)](http://badge.fury.io/js/akismet)
### Installation:

@@ -58,1 +59,2 @@

```
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