1.1.1 • Published 5 months ago

fraudnetic-agent v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Fraudnetic agent usage

Installation

npm install fraudnetic-agent

Usage

Angular usage example

import { Component } from '@angular/core';
import fraudnetic from 'fraudnetic-agent';
@Component({
  selector: 'app-root',
  templateUrl: './app.component.html',
  styleUrls: ['./app.component.css']
})
export class AppComponent {
  title = 'angular';
  ngOnInit() {
    fraudnetic.init().then((token) => {
      console.log('Fraudnetic initialized');
      console.log('Fraudnetic token: ' + token);
      // use token in each axios header
    });
  }
}
1.1.1

5 months ago

1.1.0

5 months ago

1.0.9

5 months ago

1.0.8

5 months ago

1.0.7

5 months ago

1.0.6

6 months ago

1.0.5

6 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.4

7 months ago

1.0.3

7 months ago

1.0.0

9 months ago