Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CensysSearch member does not exist #5

Open
PadowYT2 opened this issue Aug 22, 2023 · 0 comments
Open

CensysSearch member does not exist #5

PadowYT2 opened this issue Aug 22, 2023 · 0 comments

Comments

@PadowYT2
Copy link

With your example about @censys/search is to import a member CensysSearch of @censys/search, but it doesn't exist. When removing brackets:

import CensysSearch from '@censys/search';

There are no errors, but there are no functions for search

import CensysSearch from '@censys/search';

const search = new CensysSearch({
    API_ID: config.censys_id,
    API_SECRET: config.censys_secret,
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant