Socket
Socket
Sign inDemoInstall

agentkeepalive

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

agentkeepalive - npm Package Compare versions

Comparing version 2.1.1 to 2.2.0

browser.js

6

History.md
2.2.0 / 2016-06-26
==================
* feat: Add browser shim (noop) for isomorphic use. (#39)
* chore: add security check badge
2.1.1 / 2016-04-06

@@ -3,0 +9,0 @@ ==================

8

package.json
{
"name": "agentkeepalive",
"version": "2.1.1",
"version": "2.2.0",
"description": "Missing keepalive http.Agent",
"main": "index.js",
"browser": "browser.js",
"files": [
"index.js",
"browser.js",
"lib"

@@ -15,4 +17,2 @@ ],

"lint": "jshint .",
"autod": "autod -w --prefix '~'",
"contributors": "contributors -f plain -o AUTHORS",
"codecov": "npm i codecov && codecov"

@@ -36,4 +36,2 @@ },

"devDependencies": {
"autod": "*",
"contributors": "*",
"istanbul": "*",

@@ -40,0 +38,0 @@ "mocha": "*",

@@ -8,3 +8,3 @@ # agentkeepalive

[![David deps][david-image]][david-url]
[![node version][node-image]][node-url]
[![Known Vulnerabilities][snyk-image]][snyk-url]
[![npm download][download-image]][download-url]

@@ -18,8 +18,8 @@

[appveyor-url]: https://ci.appveyor.com/project/fengmk2/agentkeepalive
[codecov-image]: https://codecov.io/github/node-modules/agentkeepalive/coverage.svg?branch=master
[codecov-url]: https://codecov.io/github/node-modules/agentkeepalive?branch=master
[codecov-image]: https://codecov.io/gh/node-modules/agentkeepalive/branch/master/graph/badge.svg
[codecov-url]: https://codecov.io/gh/node-modules/agentkeepalive
[david-image]: https://img.shields.io/david/node-modules/agentkeepalive.svg?style=flat
[david-url]: https://david-dm.org/node-modules/agentkeepalive
[node-image]: https://img.shields.io/badge/node.js-%3E=_0.11-green.svg?style=flat-square
[node-url]: http://nodejs.org/download/
[snyk-image]: https://snyk.io/test/npm/agentkeepalive/badge.svg?style=flat-square
[snyk-url]: https://snyk.io/test/npm/agentkeepalive
[download-image]: https://img.shields.io/npm/dm/agentkeepalive.svg?style=flat-square

@@ -216,3 +216,4 @@ [download-url]: https://npmjs.org/package/agentkeepalive

Copyright (c) 2012 - 2015 fengmk2 <fengmk2@gmail.com>;
Copyright(c) 2012 - 2015 fengmk2 <fengmk2@gmail.com>
Copyright(c) node-modules and other contributors.

@@ -219,0 +220,0 @@ Permission is hereby granted, free of charge, to any person obtaining

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