Socket
Socket
Sign inDemoInstall

egg-aop

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

egg-aop - npm Package Compare versions

Comparing version 0.5.2 to 0.5.3

5

History.md
0.5.3 / 2018-09-21
==================
* export aspect funcWrapper.
0.5.2 / 2018-08-09

@@ -3,0 +8,0 @@ ==================

1

lib/aspect.d.ts

@@ -15,2 +15,3 @@ export declare type Throwable = Error | any;

}
export declare function funcWrapper(point: AspectPoint, fn: Function): any;
export declare function aspect<T = any>(point?: AspectPoint<T>): (target: any, key: string, descriptor: any) => {

@@ -17,0 +18,0 @@ configurable: boolean;

@@ -85,2 +85,3 @@ "use strict";

}
exports.funcWrapper = funcWrapper;
function aspect(point = {}) {

@@ -87,0 +88,0 @@ return (target, key, descriptor) => {

2

package.json
{
"name": "egg-aop",
"version": "0.5.2",
"version": "0.5.3",
"description": "aop for egg.",

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

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