Socket
Socket
Sign inDemoInstall

finished

Package Overview
Dependencies
0
Maintainers
5
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.2 to 1.1.3

1

index.js

@@ -12,2 +12,3 @@ module.exports = function (thingie, callback) {

function done(err) {
if (err != null && !(err instanceof Error)) err = null; // suck it node
socket.removeListener('error', done)

@@ -14,0 +15,0 @@ socket.removeListener('close', done)

2

package.json
{
"name": "finished",
"description": "Execute a callback when a request closes, finishes, or errors",
"version": "1.1.2",
"version": "1.1.3",
"author": {

@@ -6,0 +6,0 @@ "name": "Jonathan Ong",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc