1.1.3 • Published 9 months ago

@jswork/next-interceptor v1.1.3

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

next-interceptor

Interceptor for next.

version license size download

installation

npm install -S @jswork/next-interceptor

usage

import NxInterceptor from '@jswork/next-interceptor';

const intercetor = new NxInterceptor({
  async: false,
  items:[/* ... your intercetpros ... */]
});

// get response interceptor process data;
const reqData = intercetor.compose(data1, 'request');
const resData = intercetor.compose(data2, 'response');

license

Code released under the MIT license.

1.1.3

9 months ago

1.1.1

2 years ago

1.1.2

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.7

3 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago