Socket
Socket
Sign inDemoInstall

attach

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.2 to 0.0.3

7

lib/attach.js

@@ -11,3 +11,3 @@ /*!

exports.version = '0.0.2';
exports.version = '0.0.3';

@@ -47,3 +47,6 @@ /**

component.parent = self;
component.emit('attached', self);
component.emit('attached', {
parent: self,
routeName: routeName
});

@@ -50,0 +53,0 @@ return self;

{
"name": "attach",
"version": "0.0.2",
"version": "0.0.3",
"description": "Add attach functionality to a routable object",

@@ -5,0 +5,0 @@ "keywords": ["router", "attach", "child", "parent"],

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc