New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

observ-node-array

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

observ-node-array - npm Package Compare versions

Comparing version 1.11.0 to 1.11.1

2

package.json
{
"name": "observ-node-array",
"version": "1.11.0",
"version": "1.11.1",
"description": "Populate an observable array from node descriptors.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -33,2 +33,14 @@ var NO_TRANSACTION = {}

obs.destroy = function () {
if (obs.node) {
removeListener&&removeListener()
if (obs.node.destroy){
obs.node.destroy()
}
obs.node = removeListener = null
}
}
return obs

@@ -53,3 +65,3 @@

}
obs.node = removeListener = null

@@ -87,2 +99,2 @@ }

}
}
}
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