1.1.2 • Published 10 months ago

@jswork/next-interceptor v1.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
10 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.1

10 months ago

1.1.2

10 months ago

1.0.14

12 months ago

1.0.13

12 months ago

1.0.12

12 months ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.7

1 year ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago