
Security News
MCP Steering Committee Launches Official MCP Registry in Preview
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
@gofynd/flick
Advanced tools
Fremework used to develop sureshot application.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
"@gofynd/flick": "1.1.1",
1.What is it
Static Function which will take apiKey(not optional , it will be compulsory) as an argument . You need to pass the api token when calling this function. apiKey is generated by base64 endcoded string with FP application_id:application_token.
Function takes endpoint as an argument. Which is domain for FP.
2.Arguments
count=2
endpoint // required in string form.
apiKey // required in string form.
3.Function Type:
Static Public
4.What are the two keys
Key name == apiKey. The actual api token.
Key name == endpoint This will be host domain for FP.
This is an example of how to call it .
Stelio.initialize(<endpoint>, <apikey>);
Remember you need to call first initialize other wise it will throw an errror. This function should be triggered on user login, signup, profile update.
1.What is it
this will be used for storing user properties like its name , email and other properties. As this will help in analysis at our end.
2.Arguments
count=2 // both optional.
First is userID which will basically string.
Other is Traits which will be an object you need to pass.
3.Function Type:
Static Public
4.What it will do
It will basically
5.This is an example of how to call it .
Stelios.identify('8337914792', {name:sourav , email:souravkhurana@xyz.com})
Remember you need to call first initialize other wise it will throw an errror..
1.What it will do.
Capture and send event on click.
2.Arguments
count=2 // both required.
First is eventType which will basically string.
Other is properties of event which will be an object you need to pass.
3.Function Type:
Static Public
4.This is an example of how to call it .
Stelios.sendEvent('add to cart',{product id: 'uiui',cartItems:'10'})
Remember you need to call first initialize other wise it will throw an errror..
1.What is it
Call it when for example user logouts.
2.Arguments
count=0.
3.Function Type:
Static Public
4.This is an example of how to call it .
Stelios.reset()
FAQs
sdk for data pipeline
The npm package @gofynd/flick receives a total of 890 weekly downloads. As such, @gofynd/flick popularity was classified as not popular.
We found that @gofynd/flick demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 16 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
Product
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.
Research
/Security News
npm author Qix’s account was compromised, with malicious versions of popular packages like chalk-template, color-convert, and strip-ansi published.