Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

latching

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

latching - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

8

latching.js

@@ -192,7 +192,7 @@ /*

throw new Error("unuse: invalid number of arguments")
if (this._latching_plugins[id] === undefined)
if (this._latching_plugin[id] === undefined)
throw new Error("unuse: no such plugin found")
/* give plugin a chance to react */
var plugin = this._latching_plugins[id].plugin
var plugin = this._latching_plugin[id].plugin
if (typeof plugin.unuse === "function")

@@ -202,4 +202,4 @@ plugin.unuse(this)

/* detach plugin */
this._latching_plugins[id].plugin = null
delete this._latching_plugins[id]
this._latching_plugin[id].plugin = null
delete this._latching_plugin[id]

@@ -206,0 +206,0 @@ return this

{
"name": "latching",
"version": "1.0.7",
"version": "1.0.8",
"description": "Run-Time Hook Latching",

@@ -5,0 +5,0 @@ "keywords": [ "hook", "latch" ],

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