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

akismet-api

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

akismet-api - npm Package Compare versions

Comparing version 3.0.0 to 4.0.0

10

CHANGELOG.md

@@ -0,1 +1,11 @@

4.0.0
=====
* Feature: Add official support for Node 9.x
* Patch: Update superagent to 3.6.1
* Patch: Update mocha to 4.0.0
* **Breaking:** Removed support for node 0.10 (end of life)
* **Breaking:** Removed support for node 0.12 (end of life)
* **Breaking:** Removed support for io.js (end of life)
3.0.0

@@ -2,0 +12,0 @@ =====

8

package.json
{
"name": "akismet-api",
"version": "3.0.0",
"version": "4.0.0",
"description": "Nodejs bindings to the Akismet (https://akismet.com) spam detection service",

@@ -8,3 +8,3 @@ "main": "lib/akismet.js",

"bluebird": "^3.1.1",
"superagent": "^3.0.0"
"superagent": "^3.6.1"
},

@@ -14,3 +14,3 @@ "devDependencies": {

"nock": "^9.0.6",
"mocha": "^3.4.1"
"mocha": "^4.0.0"
},

@@ -32,4 +32,4 @@ "scripts": {

"engines": {
"node": ">=0.10"
"node": ">=4.0.0"
}
}

@@ -13,3 +13,3 @@ Akismet-api

* Promise and callback support
* Supports node/iojs from 0.10 to 8.0
* Supports all active versions of node (4 to 9)
* Supports all Akismet API features

@@ -20,3 +20,3 @@ * Uses a modern HTTP client

_Upgrading to 3.0?_ You likely don't need to change anything, but check out the [changelog](CHANGELOG.md).
_Upgrading to 4.0?_ You likely don't need to change anything, but check out the [changelog](CHANGELOG.md).

@@ -23,0 +23,0 @@ Installing

Sorry, the diff of this file is not supported yet

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