🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

js-interceptor-lite

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-interceptor-lite - npm Package Compare versions

Comparing version
0.0.2
to
0.0.3
+1
-1
index.d.ts

@@ -10,4 +10,4 @@ interface InterceptorManager<V> {

};
handle: (params?: P) => R;
handle: (params?: P) => Promise<R>;
invoke: (params?: P) => Promise<R>;
}
{
"name": "js-interceptor-lite",
"version": "0.0.2",
"version": "0.0.3",
"description": "js拦截器",

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