fix(core): update
This commit is contained in:
parent
e6d87b648a
commit
bf12f0d750
@ -4,13 +4,13 @@ import * as abuseCh from '../ts/index.js';
|
||||
tap.test('should deal with UrlHouse data', async () => {
|
||||
const urlHouse = new abuseCh.UrlHouse();
|
||||
const data = await urlHouse.getData();
|
||||
console.log(data);
|
||||
console.log(data.length);
|
||||
});
|
||||
|
||||
tap.test('should deal with UrlHouse data', async () => {
|
||||
const threatFox = new abuseCh.ThreatFox();
|
||||
const data = await threatFox.getData();
|
||||
console.log(data);
|
||||
console.log(data.length);
|
||||
});
|
||||
|
||||
tap.start();
|
||||
|
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@apiclient.xyz/abuse.ch',
|
||||
version: '1.0.3',
|
||||
version: '1.0.4',
|
||||
description: 'an unofficial client to retrieve abuse.ch data'
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user