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 1.1.0 to 1.1.2

2

lib/akismet.js

@@ -9,2 +9,4 @@

require("setimmediate"); // Shim to support setImmediate in Node 0.8.x
var request = require('superagent');

@@ -11,0 +13,0 @@

13

package.json
{
"name": "akismet-api",
"version": "1.1.0",
"version": "1.1.2",
"description": "Nodejs bindings to the Akismet (http://akismet.com) spam detection service",
"main": "lib/akismet.js",
"dependencies": {
"superagent": "~0.14.9"
"setimmediate": "^1.0.2",
"superagent": "^0.18.0"
},
"devDependencies": {
"chai": "~1.7.0",
"nock": "~0.18.2",
"mocha": "~1.11.0"
"chai": "^1.7.0",
"nock": "^0.41.0",
"mocha": "^1.11.0"
},

@@ -29,4 +30,4 @@ "scripts": {

"engines": {
"node": ">=0.6"
"node": ">=0.8"
}
}
Akismet-api
===========
[![Build Status](https://travis-ci.org/chrisfosterelli/akismet-api.svg?branch=master)](https://travis-ci.org/chrisfosterelli/akismet-api)
[![Dependency Status](https://david-dm.org/chrisfosterelli/akismet-api.png)](https://david-dm.org/chrisfosterelli/akismet-api)
Full Nodejs bindings to the Akismet (http://akismet.com) spam detection service.

@@ -5,0 +8,0 @@

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