Socket
Socket
Sign inDemoInstall

egg-aop

Package Overview
Dependencies
3
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.11 to 0.3.12

2

lib/getInstance.js

@@ -54,3 +54,3 @@ "use strict";

}
return typeof target[property] === 'function' ? target[property].bind(this) : target[property];
return typeof target[property] === 'function' ? target[property].bind(value) : target[property];
}

@@ -57,0 +57,0 @@ });

{
"name": "egg-aop",
"version": "0.3.11",
"version": "0.3.12",
"description": "aop for egg.",

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

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