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 5.2.1 to 5.3.0

akismet-api.d.ts

6

CHANGELOG.md

@@ -0,1 +1,7 @@

5.3.0
=====
* Feature: Added typescript DTS typings (thanks @jasonflorentino!)
* Patch: Removed David DM
5.2.1

@@ -2,0 +8,0 @@ =====

5

package.json
{
"name": "akismet-api",
"version": "5.2.1",
"version": "5.3.0",
"description": "Nodejs bindings to the Akismet (https://akismet.com) spam detection service",
"main": "lib/akismet.js",
"typings": "akismet-api.d.ts",
"dependencies": {
"bluebird": "^3.1.1",
"superagent": "^6.1.0"
"superagent": "^7.0.1"
},

@@ -10,0 +11,0 @@ "devDependencies": {

3

README.md

@@ -5,3 +5,2 @@ Akismet-api

[![Build Status][img:build]][build]
[![Dependency Status][img:deps]][deps]
[![Download Count][img:downloads]][downloads]

@@ -14,2 +13,3 @@ [![License][img:license]][license]

Features:
* Typescript support
* API support for async/await, promises, and callbacks

@@ -164,3 +164,2 @@ * Supports all active versions of node (10 to 16)

[img:build]: https://img.shields.io/travis/com/chrisfosterelli/akismet-api/master.svg?maxAge=3600&style=flat-square
[img:deps]: https://img.shields.io/david/chrisfosterelli/akismet-api.svg?maxAge=3600&style=flat-square
[img:downloads]: https://img.shields.io/npm/dm/akismet-api.svg?maxAge=3600&style=flat-square

@@ -167,0 +166,0 @@ [img:license]: https://img.shields.io/npm/l/akismet-api.svg?maxAge=3600&style=flat-square

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