Socket
Socket
Sign inDemoInstall

finished

Package Overview
Dependencies
0
Maintainers
4
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.1 to 1.1.2

4

index.js
module.exports = function (thingie, callback) {
var socket = thingie.socket
var socket = thingie.socket || thingie
var res = thingie.res || thingie

@@ -19,2 +19,2 @@ if (!socket.writable)

return thingie
}
}
{
"name": "finished",
"description": "Execute a callback when a request closes, finishes, or errors",
"version": "1.1.1",
"version": "1.1.2",
"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