1.1.22 • Published 4 years ago

@aspecto/core v1.1.22

Weekly downloads
2
License
ISC
Repository
gitlab
Last release
4 years ago

Aspecto

Your API is critical for your success and we wat to help you protect it:

How it works

  • Install this package - it will report to our servers
  • Install our VSCode extension

This package and the extension will comminucate and if you are about to make a breaking change we will notify you with VSCode

For more details check out our website

Start using

Install

npm install @aspecto/core

Usage

const aspecto = require('@aspecto/core').init();
  • In the root folder create a aspecto.json file with {"token" : "-- token goes here --"}
  • You can get your token from here

Usage in CLI

@aspecto/core uses websockets to send the data it collects.\ An open websocket connection will keep the node.js process running which may not be desired in CLI apps.\ In order to close the WS connection that @aspecto/core opens, call a callback that is being returned by init function, like so:

const aspecto = require('@aspecto/core').init();

// your app's code

aspecto.close();
1.1.22

4 years ago

1.1.21

4 years ago

1.1.20

4 years ago

1.1.19

4 years ago

1.1.18

4 years ago

1.1.17

4 years ago

1.1.16

4 years ago

1.1.15

4 years ago

1.1.14

4 years ago

1.1.12

4 years ago

1.1.11

4 years ago

1.1.13

4 years ago

1.1.10

4 years ago

1.1.9

4 years ago

1.1.8

4 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.31

4 years ago

1.0.29

4 years ago

1.0.28

4 years ago

1.0.30

4 years ago

1.0.27

4 years ago

1.0.22

4 years ago

1.0.21

4 years ago

1.0.26

4 years ago

1.0.25

4 years ago

1.0.24

4 years ago

1.0.23

4 years ago

1.0.20

4 years ago

1.0.19

4 years ago

1.0.18

4 years ago

1.0.17

4 years ago

1.0.16

4 years ago

1.0.15

4 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago